sparc64: Remove unwind information from signal return stubs [BZ#31244]
[glibc.git] / sysdeps / x86_64 / multiarch / wcslen-sse4_1.S
blob126d183e750d8ff2d1c383d499d9ee617f5150eb
1 #ifndef WCSLEN
2 # define WCSLEN __wcslen_sse4_1
3 #endif
5 #define AS_WCSLEN       1
6 #define STRLEN  WCSLEN
7 #define SECTION(p)              p##.sse4.1
9 #include "strlen-sse2.S"