about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRichard Earnshaw <rearnsha@arm.com>2014-06-19 10:40:49 +0100
committerMarcus Shawcroft <marcus.shawcroft@arm.com>2014-06-19 11:03:59 +0100
commitf940b96522d6ac67915186dfaa71b43f3e7f5404 (patch)
tree16a2a5921de8ba5c6e9676261aa932cbabc57d59 /ChangeLog
parent4ba7a00fe3779e6ffafad6d47305b3491cdac33e (diff)
downloadglibc-f940b96522d6ac67915186dfaa71b43f3e7f5404.tar.gz
glibc-f940b96522d6ac67915186dfaa71b43f3e7f5404.tar.xz
glibc-f940b96522d6ac67915186dfaa71b43f3e7f5404.zip
[AArch64] Add optimized strchr.
Implementation of strchr for AArch64.  Speedups taken from micro-bench
show the improvements relative to the standard C code.

The use of LD1 means we have identical code for both big- and
little-endian systems.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3204c4e046..7151940373 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
+
+	* sysdeps/aarch64/strchr.S: New file.
+
 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
 
 	[BZ #17022]