Add SSE4.2 support for strcmp and strncmp on x86-64.
commit772f4e6a1be0e3fbd8c4e9edacf1887269f598dc
authorH.J. Lu <hongjiu.lu@intel.com>
Tue, 23 Jun 2009 03:38:41 +0000 (22 20:38 -0700)
committerUlrich Drepper <drepper@redhat.com>
Tue, 23 Jun 2009 03:38:41 +0000 (22 20:38 -0700)
tree50b511859f2b331548f08454b5dfc70f61a698ca
parent9618c7c20e1dac85834bd17f4591ea80f88b758d
Add SSE4.2 support for strcmp and strncmp on x86-64.
ChangeLog
string/strncmp.c
sysdeps/x86_64/multiarch/Makefile
sysdeps/x86_64/multiarch/init-arch.h
sysdeps/x86_64/multiarch/strcmp.S [new file with mode: 0644]
sysdeps/x86_64/multiarch/strncmp-c.c [new file with mode: 0644]
sysdeps/x86_64/multiarch/strncmp.S [new file with mode: 0644]