Optimized strnlen and wcscmp for x86-64
authorLiubov Dmitrieva <liubov.dmitrieva@gmail.com>
Sun, 23 Oct 2011 18:56:04 +0000 (14:56 -0400)
committerUlrich Drepper <drepper@gmail.com>
Sun, 23 Oct 2011 18:56:04 +0000 (14:56 -0400)
commitce7dd29f2863820ba858fe06c2ff61417df40d75
tree32b9c93de4777c2d8239d94d67b9257cfccf1745
parent6ddf460fa5f7f96e96134f962f4b2ba708b1095b
Optimized strnlen and wcscmp for x86-64
ChangeLog
NEWS
sysdeps/x86_64/multiarch/Makefile
sysdeps/x86_64/multiarch/strcat-ssse3.S
sysdeps/x86_64/multiarch/strlen-no-bsf.S [deleted file]
sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S [new file with mode: 0644]
sysdeps/x86_64/multiarch/strlen.S
sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S [new file with mode: 0644]
sysdeps/x86_64/multiarch/strnlen.S [new file with mode: 0644]
sysdeps/x86_64/wcslen.S [new file with mode: 0644]