glibc/sysdeps/x86_64/multiarch/wcslen-sse4_1.S
Noah Goldstein 6f573a27b6 x86-64: Add wcslen optimize for sse4.1
No bug. This comment adds the ifunc / build infrastructure
necessary for wcslen to prefer the sse4.1 implementation
in strlen-vec.S. test-wcslen.c is passing.

Signed-off-by: Noah Goldstein <goldstein.w.n@gmail.com>
Reviewed-by: H.J. Lu <hjl.tools@gmail.com>
2021-06-23 14:12:36 -04:00

5 lines
74 B
ArmAsm

#define AS_WCSLEN
#define strlen __wcslen_sse4_1
#include "strlen-vec.S"