diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-06-05 11:32:00 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-06-05 11:32:00 -0700 |
commit | 3ab2d57a4d00046f1c472abd128517e93e20e485 (patch) | |
tree | affbd8f72f21440b6d1572bed93d3f84be62e7b3 /sysdeps/x86_64/multiarch/Makefile | |
parent | 443caceb354d06724019625ebde083b5151c3fed (diff) | |
download | glibc-3ab2d57a4d00046f1c472abd128517e93e20e485.tar.gz glibc-3ab2d57a4d00046f1c472abd128517e93e20e485.tar.xz glibc-3ab2d57a4d00046f1c472abd128517e93e20e485.zip |
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.
Diffstat (limited to 'sysdeps/x86_64/multiarch/Makefile')
-rw-r--r-- | sysdeps/x86_64/multiarch/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/x86_64/multiarch/Makefile b/sysdeps/x86_64/multiarch/Makefile index 2a1e910e06..33d98c36e6 100644 --- a/sysdeps/x86_64/multiarch/Makefile +++ b/sysdeps/x86_64/multiarch/Makefile @@ -1,3 +1,4 @@ ifeq ($(subdir),csu) aux += init-arch +gen-as-const-headers += ifunc-defines.sym endif |