Align functions to 16-byte boundary.
authorUlrich Drepper <drepper@redhat.com>
Fri, 3 Jul 2009 10:01:57 +0000 (03:01 -0700)
committerUlrich Drepper <drepper@redhat.com>
Fri, 3 Jul 2009 10:01:57 +0000 (03:01 -0700)
commitd6485c981b2b5aa4eb7cedc1ed1508183cb686f8
treea7ad0d4032ea0f219996198142f867f45580d554
parent06e51c8f3de38761f8855700841bc49cf495c8c0
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
sysdeps/x86_64/multiarch/rawmemchr.S
sysdeps/x86_64/multiarch/strcmp.S
sysdeps/x86_64/multiarch/strcpy.S
sysdeps/x86_64/multiarch/strlen.S