about summary refs log tree commit diff
path: root/sysdeps/x86_64/multiarch/rtld-strnlen.S
Commit message (Collapse)AuthorAgeFilesLines
* x86: Move strlen SSE2 implementation to multiarch/strlen-sse2.SNoah Goldstein2022-07-131-0/+18
This commit doesn't affect libc.so.6, its just housekeeping to prepare for adding explicit ISA level support. Tested build on x86_64 and x86_32 with/without multiarch.