about summary refs log tree commit diff
path: root/sysdeps/x86_64/multiarch/strncmp.S
diff options
context:
space:
mode:
authorH.J. Lu <hongjiu.lu@intel.com>2009-06-22 20:38:41 -0700
committerUlrich Drepper <drepper@redhat.com>2009-06-22 20:38:41 -0700
commit772f4e6a1be0e3fbd8c4e9edacf1887269f598dc (patch)
tree50b511859f2b331548f08454b5dfc70f61a698ca /sysdeps/x86_64/multiarch/strncmp.S
parent9618c7c20e1dac85834bd17f4591ea80f88b758d (diff)
downloadglibc-772f4e6a1be0e3fbd8c4e9edacf1887269f598dc.tar.gz
glibc-772f4e6a1be0e3fbd8c4e9edacf1887269f598dc.tar.xz
glibc-772f4e6a1be0e3fbd8c4e9edacf1887269f598dc.zip
Add SSE4.2 support for strcmp and strncmp on x86-64.
Diffstat (limited to 'sysdeps/x86_64/multiarch/strncmp.S')
-rw-r--r--sysdeps/x86_64/multiarch/strncmp.S3
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/x86_64/multiarch/strncmp.S b/sysdeps/x86_64/multiarch/strncmp.S
new file mode 100644
index 0000000000..0af34e7f15
--- /dev/null
+++ b/sysdeps/x86_64/multiarch/strncmp.S
@@ -0,0 +1,3 @@
+#define STRCMP strncmp
+#define USE_AS_STRNCMP
+#include "strcmp.S"