about summary refs log tree commit diff
path: root/sysdeps/x86_64/multiarch/wcslen-sse4_1.S
Commit message (Collapse)AuthorAgeFilesLines
* x86: Put wcs{n}len-sse4.1 in the sse4.1 text sectionNoah Goldstein2022-06-271-0/+1
| | | | | Previously was missing but the two implementations shouldn't get in the sse2 (generic) text section.
* x86-64: Add wcslen optimize for sse4.1Noah Goldstein2021-06-231-0/+4
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>