about summary refs log tree commit diff
path: root/sysdeps/x86_64/multiarch/strncase_l-sse4_2.S
diff options
context:
space:
mode:
authorNoah Goldstein <goldstein.w.n@gmail.com>2022-07-12 12:28:08 -0700
committerNoah Goldstein <goldstein.w.n@gmail.com>2022-07-13 14:55:31 -0700
commit60a583ec601351c7d9b026e6a62ee6bab0cbf80b (patch)
tree4fc44c5a4248d0e424f167f3b596ae089be32af7 /sysdeps/x86_64/multiarch/strncase_l-sse4_2.S
parent427eaa2c8547d61e1b1a09be5d58992ed5211c67 (diff)
downloadglibc-60a583ec601351c7d9b026e6a62ee6bab0cbf80b.tar.gz
glibc-60a583ec601351c7d9b026e6a62ee6bab0cbf80b.tar.xz
glibc-60a583ec601351c7d9b026e6a62ee6bab0cbf80b.zip
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.
Diffstat (limited to 'sysdeps/x86_64/multiarch/strncase_l-sse4_2.S')
-rw-r--r--sysdeps/x86_64/multiarch/strncase_l-sse4_2.S3
1 files changed, 1 insertions, 2 deletions
diff --git a/sysdeps/x86_64/multiarch/strncase_l-sse4_2.S b/sysdeps/x86_64/multiarch/strncase_l-sse4_2.S
index 08e23548c3..1ce5c4e93f 100644
--- a/sysdeps/x86_64/multiarch/strncase_l-sse4_2.S
+++ b/sysdeps/x86_64/multiarch/strncase_l-sse4_2.S
@@ -16,6 +16,5 @@
    License along with the GNU C Library; if not, see
    <https://www.gnu.org/licenses/>.  */
 
-#define STRCMP_SSE42 __strncasecmp_l_sse42
 #define USE_AS_STRNCASECMP_L
-#include "strcmp-sse42.S"
+#include "strcmp-sse4_2.S"