x86: Move strrchr SSE2 implementation to multiarch/strrchr-sse2.S
authorNoah Goldstein <goldstein.w.n@gmail.com>
Tue, 12 Jul 2022 19:29:04 +0000 (12:29 -0700)
committerNoah Goldstein <goldstein.w.n@gmail.com>
Wed, 13 Jul 2022 21:55:31 +0000 (14:55 -0700)
commit425647458b03652526f670da7a0c2605513cf450
tree675e2583679b0522f3f3f9f30722c1667ad9666d
parent08af081ffd3baa371435da0c6906453e9c8be5f5
x86: Move strrchr SSE2 implementation to multiarch/strrchr-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/strrchr-sse2.S
sysdeps/x86_64/multiarch/wcsrchr-sse2.S
sysdeps/x86_64/strrchr.S
sysdeps/x86_64/wcsrchr.S