]> git.ipfire.org Git - thirdparty/glibc.git/commit - sysdeps/i386/i686/multiarch/strchr-ia32.S
Add optimized wcslen and strnlen for x86-32
authorLiubov Dmitrieva <liubov.dmitrieva@gmail.com>
Sun, 23 Oct 2011 19:17:23 +0000 (15:17 -0400)
committerUlrich Drepper <drepper@gmail.com>
Sun, 23 Oct 2011 19:17:23 +0000 (15:17 -0400)
commitfc2ee42abe595bbf6b8bbf0637648ad8b5d4faab
treed8083a4d8e42366a82963d3525140c53fbb49ede
parent09229f3e1b617d9dcfa3227f32bb72436d7fcac4
Add optimized wcslen and strnlen for x86-32
12 files changed:
ChangeLog
NEWS
string/strnlen.c
sysdeps/i386/i686/multiarch/Makefile
sysdeps/i386/i686/multiarch/strlen-sse2.S
sysdeps/i386/i686/multiarch/strnlen-c.c [new file with mode: 0644]
sysdeps/i386/i686/multiarch/strnlen-sse2.S [new file with mode: 0644]
sysdeps/i386/i686/multiarch/strnlen.S [new file with mode: 0644]
sysdeps/i386/i686/multiarch/wcslen-c.c [new file with mode: 0644]
sysdeps/i386/i686/multiarch/wcslen-sse2.S [new file with mode: 0644]
sysdeps/i386/i686/multiarch/wcslen.S [new file with mode: 0644]
wcsmbs/wcslen.c