diff options
author | Will Schmidt <will_schmidt@vnet.ibm.com> | 2011-09-07 21:56:57 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-09-07 21:56:57 -0400 |
commit | 2270037782b05f2973372fe12f6e8d2a8c413188 (patch) | |
tree | cc3855afd057f3ce5d1b130461050b200619eede /ChangeLog | |
parent | 5025581e1c66a184a587ab1bd99cd168e8fb7770 (diff) | |
download | glibc-2270037782b05f2973372fe12f6e8d2a8c413188.tar.gz glibc-2270037782b05f2973372fe12f6e8d2a8c413188.tar.xz glibc-2270037782b05f2973372fe12f6e8d2a8c413188.zip |
power7 strncmp optimization
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 429767dc6e..1ed1e58e5f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-08-04 Will Schmidt <will_schmidt@vnet.ibm.com> + + * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment + and add nop instructions for throughput optimization. + * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise. + 2011-07-28 Will Schmidt <will_schmidt@vnet.ibm.com> * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the |