glibc/sysdeps/x86_64/multiarch/wcsnlen-sse4_1.S
Noah Goldstein 58e6cd4bcb x86: Move strlen SSE2 implementation to multiarch/strlen-sse2.S
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.
2022-07-13 14:55:31 -07:00

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"