32bit memcmp/strcmp/strncmp optimized for SSSE3/SSS4.2
commit904057bc17fb3e3127a35ebf35fcac8d5bc8269b
authorH.J. Lu <hongjiu.lu@intel.com>
Mon, 15 Feb 2010 19:17:50 +0000 (15 11:17 -0800)
committerUlrich Drepper <drepper@redhat.com>
Mon, 15 Feb 2010 19:17:50 +0000 (15 11:17 -0800)
treede5ec58dcca85fcc063a43a92e0d1f957eecebdb
parent0ab85ce4298875d0dce8bfd4fe2cecd9cda840e3
32bit memcmp/strcmp/strncmp optimized for SSSE3/SSS4.2
12 files changed:
ChangeLog
sysdeps/i386/i686/multiarch/Makefile
sysdeps/i386/i686/multiarch/memcmp-sse4.S [new file with mode: 0644]
sysdeps/i386/i686/multiarch/memcmp-ssse3.S [new file with mode: 0644]
sysdeps/i386/i686/multiarch/memcmp.S [new file with mode: 0644]
sysdeps/i386/i686/multiarch/strcmp-sse4.S [new file with mode: 0644]
sysdeps/i386/i686/multiarch/strcmp-ssse3.S [new file with mode: 0644]
sysdeps/i386/i686/multiarch/strcmp.S [new file with mode: 0644]
sysdeps/i386/i686/multiarch/strncmp-c.c [new file with mode: 0644]
sysdeps/i386/i686/multiarch/strncmp-sse4.S [new file with mode: 0644]
sysdeps/i386/i686/multiarch/strncmp-ssse3.S [new file with mode: 0644]
sysdeps/i386/i686/multiarch/strncmp.S [new file with mode: 0644]