aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorWilco Dijkstra <wdijkstr@arm.com>2016-06-22 13:24:24 +0100
committerWilco Dijkstra <wdijkstr@arm.com>2016-06-22 13:24:24 +0100
commita024b39a4e31a049391b459234f6b3575c9fc107 (patch)
treeb7d551e9d11222c5e74292eb0732b2ca1b5010e7 /ChangeLog
parenta3b473373ee43a292f5ec68a7fda6b9cfb26a9b0 (diff)
downloadglibc-a024b39a4e31a049391b459234f6b3575c9fc107.zip
glibc-a024b39a4e31a049391b459234f6b3575c9fc107.tar.gz
glibc-a024b39a4e31a049391b459234f6b3575c9fc107.tar.bz2
This patch further tunes memcpy - avoid one branch for sizes 1-3,
add a prefetch and improve small copies that are exact powers of 2. * sysdeps/aarch64/memcpy.S (memcpy): Further tuning for performance.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e418cc0..cb8bdd9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2016-06-22 Wilco Dijkstra <wdijkstr@arm.com>
+
+ * sysdeps/aarch64/memcpy.S (memcpy):
+ Further tuning for performance.
+
2016-06-21 Florian Weimer <fweimer@redhat.com>
[BZ #20284]