glibc/sysdeps/x86_64/multiarch/wcslen-sse4_1.S
Noah Goldstein aadd0a1c7c x86: Put wcs{n}len-sse4.1 in the sse4.1 text section
Previously was missing but the two implementations shouldn't get in
the sse2 (generic) text section.

(cherry picked from commit afc6e4328f)
2022-07-18 20:45:21 -07:00

6 lines
104 B
ArmAsm

#define AS_WCSLEN
#define strlen __wcslen_sse4_1
#define SECTION(p) p##.sse4.1
#include "strlen-vec.S"