Implement optimized strcaecmp for x86-64.
commit42e08a5438ddbd9d550d914733c0bc5ba96d79ec
authorUlrich Drepper <drepper@redhat.com>
Fri, 30 Jul 2010 07:14:04 +0000 (30 00:14 -0700)
committerUlrich Drepper <drepper@redhat.com>
Fri, 30 Jul 2010 07:14:04 +0000 (30 00:14 -0700)
tree5a9f393d2b0b213db465584b0d6b4f01d277b02a
parentfe36dd025ea34c5c082b688592618ec72369b96b
Implement optimized strcaecmp for x86-64.
ChangeLog
NEWS
string/Makefile
string/test-strcasecmp.c [new file with mode: 0644]
sysdeps/x86_64/Makefile
sysdeps/x86_64/locale-defines.sym [new file with mode: 0644]
sysdeps/x86_64/strcasecmp.S [new file with mode: 0644]
sysdeps/x86_64/strcasecmp_l-nonascii.c [new file with mode: 0644]
sysdeps/x86_64/strcasecmp_l.S [new file with mode: 0644]
sysdeps/x86_64/strcmp.S