about summary refs log tree commit diff
path: root/sysdeps/x86_64/multiarch/ifunc-wcslen.h
Commit message (Collapse)AuthorAgeFilesLines
* x86-64: Add wcslen optimize for sse4.1Noah Goldstein2021-06-231-0/+52
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>