diff options
author | H.J. Lu <hongjiu.lu@intel.com> | 2010-02-15 11:17:50 -0800 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2010-02-15 11:17:50 -0800 |
commit | 904057bc17fb3e3127a35ebf35fcac8d5bc8269b (patch) | |
tree | de5ec58dcca85fcc063a43a92e0d1f957eecebdb /sysdeps/i386/i686/multiarch/strncmp.S | |
parent | 0ab85ce4298875d0dce8bfd4fe2cecd9cda840e3 (diff) | |
download | glibc-904057bc17fb3e3127a35ebf35fcac8d5bc8269b.tar.gz glibc-904057bc17fb3e3127a35ebf35fcac8d5bc8269b.tar.xz glibc-904057bc17fb3e3127a35ebf35fcac8d5bc8269b.zip |
32bit memcmp/strcmp/strncmp optimized for SSSE3/SSS4.2
Diffstat (limited to 'sysdeps/i386/i686/multiarch/strncmp.S')
-rw-r--r-- | sysdeps/i386/i686/multiarch/strncmp.S | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/i386/i686/multiarch/strncmp.S b/sysdeps/i386/i686/multiarch/strncmp.S new file mode 100644 index 0000000000..b6814315fb --- /dev/null +++ b/sysdeps/i386/i686/multiarch/strncmp.S @@ -0,0 +1,3 @@ +#define USE_AS_STRNCMP +#define STRCMP strncmp +#include "strcmp.S" |