From d6485c981b2b5aa4eb7cedc1ed1508183cb686f8 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 3 Jul 2009 03:01:57 -0700 Subject: Align functions to 16-byte boundary. Some of the new multi-arch string functions for x86-64 were not aligned to 16 byte boundarie,s possibly creating unnecessary cache line misses and delays. --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 53fcf2a1f8..8b02c0cba5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2009-07-03 Ulrich Drepper + + * sysdeps/x86_64/multiarch/strcmp.S: Make sure functions are all + aligned to 16 byte boundaries. + * sysdeps/x86_64/multiarch/strcpy.S: Likewise. + * sysdeps/x86_64/multiarch/strlen.S: Likewise. + * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise. + 2009-07-02 H.J. Lu * config.h.in (HAVE_SSE4_SUPPORT): New macro. -- cgit v1.2.3