x86: Move strcpy SSE2 implementation to multiarch/strcpy-sse2.S
authorNoah Goldstein <goldstein.w.n@gmail.com>
Tue, 12 Jul 2022 19:29:02 +0000 (12:29 -0700)
committerNoah Goldstein <goldstein.w.n@gmail.com>
Wed, 13 Jul 2022 21:55:31 +0000 (14:55 -0700)
commit6b9006bfb03c5975f31de286311041d3c933f5ac
treed8af4955e33ee2c23a1641e9156447d556d2ca6a
parent58e6cd4bcbe9f29949f1545953a17145bf732aa0
x86: Move strcpy SSE2 implementation to multiarch/strcpy-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/rtld-stpcpy.S [new file with mode: 0644]
sysdeps/x86_64/multiarch/stpcpy-sse2.S
sysdeps/x86_64/multiarch/strcpy-sse2.S
sysdeps/x86_64/stpcpy.S
sysdeps/x86_64/strcpy.S