]> git.ipfire.org Git - thirdparty/glibc.git/commit
Add SSE4.2 support for strcspn, strpbrk, and strspn on x86-64.
authorH.J. Lu <hongjiu.lu@intel.com>
Fri, 3 Jul 2009 09:48:56 +0000 (02:48 -0700)
committerUlrich Drepper <drepper@redhat.com>
Fri, 3 Jul 2009 09:48:56 +0000 (02:48 -0700)
commit06e51c8f3de38761f8855700841bc49cf495c8c0
treed76c6e1456fd6eed177ada6be5c318b111724198
parent241e68032077f92de17f69ac77161807c232b346
Add SSE4.2 support for strcspn, strpbrk, and strspn on x86-64.
14 files changed:
ChangeLog
config.h.in
config.make.in
configure
configure.in
sysdeps/i386/configure
sysdeps/i386/configure.in
sysdeps/x86_64/multiarch/Makefile
sysdeps/x86_64/multiarch/strcspn-c.c [new file with mode: 0644]
sysdeps/x86_64/multiarch/strcspn.S [new file with mode: 0644]
sysdeps/x86_64/multiarch/strpbrk-c.c [new file with mode: 0644]
sysdeps/x86_64/multiarch/strpbrk.S [new file with mode: 0644]
sysdeps/x86_64/multiarch/strspn-c.c [new file with mode: 0644]
sysdeps/x86_64/multiarch/strspn.S [new file with mode: 0644]