about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAdhemerval Zanella <azanella@linux.vnet.ibm.com>2014-06-24 06:42:31 -0500
committerAdhemerval Zanella <azanella@linux.vnet.ibm.com>2014-07-07 14:46:44 -0500
commitd6f68bbef4427850c2901728a1d13efc0e687297 (patch)
tree8198f2273262075c7372e681c09d06593e2e027e /ChangeLog
parent3f17b03b0947fbe2482e2776f654056d1d5ba093 (diff)
downloadglibc-d6f68bbef4427850c2901728a1d13efc0e687297.tar.gz
glibc-d6f68bbef4427850c2901728a1d13efc0e687297.tar.xz
glibc-d6f68bbef4427850c2901728a1d13efc0e687297.zip
PowerPC: memmove default implementation cleanup
This patch removes the powerpc specific logic in memmove and instead
include default implementation with MEMCPY_OK_FOR_FWD_MEMMOVE defined.
This lead in a increase performance, since the constraints to use
memcpy in powerpc code are too restrictive and memcpy can be used for
any forward memmove.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a326f546e9..a6032dae53 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
 
+	* sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
+	glibc default one.
+
 	* sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
 	__ELF_NATIVE_CLASS equal to 64.