x86: Move wcschr SSE2 implementation to multiarch/wcschr-sse2.S
commit64479f11b721fa33d17d623db31d047a11f363a1
authorNoah Goldstein <goldstein.w.n@gmail.com>
Tue, 12 Jul 2022 19:29:07 +0000 (12 12:29 -0700)
committerNoah Goldstein <goldstein.w.n@gmail.com>
Wed, 13 Jul 2022 21:55:31 +0000 (13 14:55 -0700)
tree4c6cf43b85293f50bf5a4345cba3a54a6a6f2d0f
parent72a48ec0f78c7fd948fe476eb41f69c071f48964
x86: Move wcschr SSE2 implementation to multiarch/wcschr-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/wcschr-sse2.S [moved from sysdeps/x86_64/wcschr.S with 93% similarity]
sysdeps/x86_64/wcschr.S [copied from sysdeps/x86_64/multiarch/wcschr-sse2.S with 68% similarity]