about summary refs log tree commit diff
path: root/sysdeps/x86_64/multiarch/strcasecmp_l-sse4_2.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/x86_64/multiarch/strcasecmp_l-sse4_2.S')
-rw-r--r--sysdeps/x86_64/multiarch/strcasecmp_l-sse4_2.S3
1 files changed, 1 insertions, 2 deletions
diff --git a/sysdeps/x86_64/multiarch/strcasecmp_l-sse4_2.S b/sysdeps/x86_64/multiarch/strcasecmp_l-sse4_2.S
index 411ab7d283..ac03b95756 100644
--- a/sysdeps/x86_64/multiarch/strcasecmp_l-sse4_2.S
+++ b/sysdeps/x86_64/multiarch/strcasecmp_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 __strcasecmp_l_sse42
 #define USE_AS_STRCASECMP_L
-#include "strcmp-sse42.S"
+#include "strcmp-sse4_2.S"