Add optimized x86-64 implementation of strnlen.
commit24fb0f88ed29d21b6034559e9c55545f22556bc0
authorUlrich Drepper <drepper@redhat.com>
Mon, 26 Jul 2010 15:37:08 +0000 (26 08:37 -0700)
committerUlrich Drepper <drepper@redhat.com>
Mon, 26 Jul 2010 15:37:08 +0000 (26 08:37 -0700)
tree51b61ee2442da648a3fc724437188b2a99aadcff
parent8e96b93aa7855683d0be3c65ce81e66d0786ba84
Add optimized x86-64 implementation of strnlen.

While at it, beef up the test suite for strnlen and add performance
tests for it, too.
ChangeLog
string/Makefile
string/test-strnlen.c [new file with mode: 0644]
string/tester.c
string/tst-strlen.c
sysdeps/x86_64/strnlen.S [new file with mode: 0644]