x86: Move strcmp SSE42 implementation to multiarch/strcmp-sse4_2.S
authorNoah Goldstein <goldstein.w.n@gmail.com>
Tue, 12 Jul 2022 19:28:08 +0000 (12:28 -0700)
committerNoah Goldstein <goldstein.w.n@gmail.com>
Wed, 13 Jul 2022 21:55:31 +0000 (14:55 -0700)
commit60a583ec601351c7d9b026e6a62ee6bab0cbf80b
tree4fc44c5a4248d0e424f167f3b596ae089be32af7
parent427eaa2c8547d61e1b1a09be5d58992ed5211c67
x86: Move strcmp SSE42 implementation to multiarch/strcmp-sse4_2.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/strcasecmp_l-sse4_2.S
sysdeps/x86_64/multiarch/strcmp-sse42.S [deleted file]
sysdeps/x86_64/multiarch/strcmp-sse4_2.S
sysdeps/x86_64/multiarch/strncase_l-sse4_2.S
sysdeps/x86_64/multiarch/strncmp-sse4_2.S