]> git.ipfire.org Git - thirdparty/glibc.git/commit
x86: Move wcslen SSE2 implementation to multiarch/wcslen-sse2.S
authorNoah Goldstein <goldstein.w.n@gmail.com>
Tue, 12 Jul 2022 19:29:08 +0000 (12:29 -0700)
committerNoah Goldstein <goldstein.w.n@gmail.com>
Wed, 13 Jul 2022 21:55:31 +0000 (14:55 -0700)
commite19bb87c97a3a109c418f68cebbea27ebc2808f9
tree8762cdb41609a65bd601c9bbc3608649ec0e6c8a
parent64479f11b721fa33d17d623db31d047a11f363a1
x86: Move wcslen SSE2 implementation to multiarch/wcslen-sse2.S

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.
sysdeps/x86_64/multiarch/wcslen-sse2.S
sysdeps/x86_64/wcslen.S