about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorWilco Dijkstra <wdijkstr@arm.com>2015-02-27 14:44:41 +0000
committerWilco Dijkstra <wdijkstr@arm.com>2015-02-27 14:44:41 +0000
commitaf96be34825586536ebcfbf5c675e795ddd3c8fa (patch)
treeadba8ec7e3a3a54821aeeea0f8616637ce2f4b09 /ChangeLog
parentddcf6798d35beca3c4eec80ea448b57fd45558f4 (diff)
downloadglibc-af96be34825586536ebcfbf5c675e795ddd3c8fa.tar.gz
glibc-af96be34825586536ebcfbf5c675e795ddd3c8fa.tar.xz
glibc-af96be34825586536ebcfbf5c675e795ddd3c8fa.zip
Rather than using a C implementation of memmove, directly call memmove, which
typically has a much faster optimized implementation.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6eb5290fdb..b55d6d613a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2015-02-27  Wilco Dijkstra  wdijkstr@arm.com
 
+	* string/bcopy.c (bcopy): Call memmove for performance.
+
+2015-02-27  Wilco Dijkstra  wdijkstr@arm.com
+
 	* string/bzero.c (__bzero): Call memset for performance.
 
 2015-02-27  John David Anglin  <dave.anglin@bell.net>