aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-06-05 11:32:00 -0700
committerUlrich Drepper <drepper@redhat.com>2009-06-05 11:32:00 -0700
commit3ab2d57a4d00046f1c472abd128517e93e20e485 (patch)
treeaffbd8f72f21440b6d1572bed93d3f84be62e7b3 /ChangeLog
parent443caceb354d06724019625ebde083b5151c3fed (diff)
downloadglibc-3ab2d57a4d00046f1c472abd128517e93e20e485.zip
glibc-3ab2d57a4d00046f1c472abd128517e93e20e485.tar.gz
glibc-3ab2d57a4d00046f1c472abd128517e93e20e485.tar.bz2
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 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cc03bb3..c6a3530 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2009-06-05 Ulrich Drepper <drepper@redhat.com>
+ * sysdeps/x86_64/multiarch/strlen.S: New file.
+ * sysdeps/x86_64/multiarch/ifunc-defines.sym: New file.
+ * sysdeps/x86_64/multiarch/Makefile: Add rule to build ifunc-defines.h.
+ * sysdeps/x86_64/multiarch/init-arch.h: Name structure with register
+ content.
+
* csu/elf-init.c: Only compile in IFUNC functionality if USE_MULTIARCH
is defined.