about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorWilco Dijkstra <wdijkstr@arm.com>2015-02-27 14:41:46 +0000
committerWilco Dijkstra <wdijkstr@arm.com>2015-02-27 14:41:46 +0000
commitddcf6798d35beca3c4eec80ea448b57fd45558f4 (patch)
treeef2d72b01b83d428669e2d37f871b42d7878e4a0 /ChangeLog
parent49f476f4791ea6974a7f67bdc3251ab03822c2aa (diff)
downloadglibc-ddcf6798d35beca3c4eec80ea448b57fd45558f4.tar.gz
glibc-ddcf6798d35beca3c4eec80ea448b57fd45558f4.tar.xz
glibc-ddcf6798d35beca3c4eec80ea448b57fd45558f4.zip
Rather than using a C implementation of memset, directly call memset, 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 3b5caa532b..6eb5290fdb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+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>
 
 	* sysdeps/unix/sysv/linux/hppa/bits/fcntl.h (__O_SYNC): Change