]> git.ipfire.org Git - thirdparty/glibc.git/commit - NEWS
Optimized strchr and strrchr with SSE2 on x86-32
authorLiubov Dmitrieva <liubov.dmitrieva@intel.com>
Mon, 5 Sep 2011 21:11:11 +0000 (17:11 -0400)
committerUlrich Drepper <drepper@gmail.com>
Mon, 5 Sep 2011 21:11:11 +0000 (17:11 -0400)
commit693fb948841c7564ce3cd1ec4b31c0130abc8c42
treee67f897cbe65d0f9829d85d70004ffad96a9dd70
parent49d42c37ba4f688ed442bfa0ff54e851b58e607b
Optimized strchr and strrchr with SSE2 on x86-32
ChangeLog
NEWS
sysdeps/i386/i686/multiarch/Makefile
sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S [new file with mode: 0644]
sysdeps/i386/i686/multiarch/strchr-sse2.S [new file with mode: 0644]
sysdeps/i386/i686/multiarch/strchr.S [new file with mode: 0644]
sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S [new file with mode: 0644]
sysdeps/i386/i686/multiarch/strrchr-sse2.S [new file with mode: 0644]
sysdeps/i386/i686/multiarch/strrchr.S [new file with mode: 0644]