From 9016b6f3893789ddfbd978aa572b46b3d3ce762f Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Sat, 11 Jul 2020 09:04:34 -0700 Subject: x86: Remove the unused __x86_prefetchw Since commit c867597bff2562180a18da4b8dba89d24e8b65c4 Author: H.J. Lu Date: Wed Jun 8 13:57:50 2016 -0700 X86-64: Remove previous default/SSE2/AVX2 memcpy/memmove removed the only usage of __x86_prefetchw, we can remove the unused __x86_prefetchw. --- sysdeps/x86_64/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/x86_64/Makefile') diff --git a/sysdeps/x86_64/Makefile b/sysdeps/x86_64/Makefile index d51cf03ac9..e3bb45d788 100644 --- a/sysdeps/x86_64/Makefile +++ b/sysdeps/x86_64/Makefile @@ -18,7 +18,7 @@ tests += tst-mallocalign1 endif ifeq ($(subdir),string) -sysdep_routines += cacheinfo strcasecmp_l-nonascii strncase_l-nonascii +sysdep_routines += strcasecmp_l-nonascii strncase_l-nonascii gen-as-const-headers += locale-defines.sym endif -- cgit 1.4.1