From ddcf6798d35beca3c4eec80ea448b57fd45558f4 Mon Sep 17 00:00:00 2001 From: Wilco Dijkstra Date: Fri, 27 Feb 2015 14:41:46 +0000 Subject: Rather than using a C implementation of memset, directly call memset, which typically has a much faster optimized implementation. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') 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 * sysdeps/unix/sysv/linux/hppa/bits/fcntl.h (__O_SYNC): Change -- cgit v1.2.3