Optimize x86-64 strlen for SSE4.2.
commit3ab2d57a4d00046f1c472abd128517e93e20e485
authorUlrich Drepper <drepper@redhat.com>
Fri, 5 Jun 2009 18:32:00 +0000 (5 11:32 -0700)
committerUlrich Drepper <drepper@redhat.com>
Fri, 5 Jun 2009 18:32:00 +0000 (5 11:32 -0700)
treeaffbd8f72f21440b6d1572bed93d3f84be62e7b3
parent443caceb354d06724019625ebde083b5151c3fed
Optimize x86-64 strlen for SSE4.2.

The SSE4.2 implementation is used in the DSO only.  The patch also adds
some infrastructure to be used in similar code later one.
ChangeLog
sysdeps/x86_64/multiarch/Makefile
sysdeps/x86_64/multiarch/ifunc-defines.sym [new file with mode: 0644]
sysdeps/x86_64/multiarch/init-arch.h
sysdeps/x86_64/multiarch/strlen.S [new file with mode: 0644]