mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-23 05:20:06 +00:00
6f573a27b6
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>
5 lines
74 B
ArmAsm
5 lines
74 B
ArmAsm
#define AS_WCSLEN
|
|
#define strlen __wcslen_sse4_1
|
|
|
|
#include "strlen-vec.S"
|