diff options
author | Will Schmidt <will_schmidt@vnet.ibm.com> | 2011-09-07 21:54:41 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-09-07 21:54:41 -0400 |
commit | 5025581e1c66a184a587ab1bd99cd168e8fb7770 (patch) | |
tree | 3117922e091f5ebbab6d385a595c868dc9e06c95 /ChangeLog | |
parent | a450513e1d51cb8fe46ba5ebd92399247060b980 (diff) | |
download | glibc-5025581e1c66a184a587ab1bd99cd168e8fb7770.tar.gz glibc-5025581e1c66a184a587ab1bd99cd168e8fb7770.tar.xz glibc-5025581e1c66a184a587ab1bd99cd168e8fb7770.zip |
power7 memcpy VSX optimizations
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index c90f2c7754..429767dc6e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-07-28 Will Schmidt <will_schmidt@vnet.ibm.com> + + * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the + aligned copy for power7 with vector-scalar instructions. + * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise. + 2011-07-24 H.J. Lu <hongjiu.lu@intel.com> * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify |