mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-14 07:10:05 +00:00
58e6cd4bcb
This commit doesn't affect libc.so.6, its just housekeeping to prepare for adding explicit ISA level support. Tested build on x86_64 and x86_32 with/without multiarch.
7 lines
125 B
ArmAsm
7 lines
125 B
ArmAsm
#define AS_WCSLEN
|
|
#define AS_STRNLEN
|
|
#define STRLEN __wcsnlen_sse4_1
|
|
#define SECTION(p) p##.sse4.1
|
|
|
|
#include "strlen-sse2.S"
|