about summary refs log tree commit diff
path: root/ports/ChangeLog.arm
diff options
context:
space:
mode:
authorWill Newton <will.newton@linaro.org>2013-08-09 09:36:41 +0100
committerWill Newton <will.newton@linaro.org>2013-08-30 10:04:57 +0100
commit2601bc1860c33653f2d402b871f1211d460aa350 (patch)
tree2ac629b281f3f221e965bbc087f2e2379375e7d6 /ports/ChangeLog.arm
parent0186c6e97ecd58e91a45cbb74e5643325777fd6f (diff)
downloadglibc-2601bc1860c33653f2d402b871f1211d460aa350.tar.gz
glibc-2601bc1860c33653f2d402b871f1211d460aa350.tar.xz
glibc-2601bc1860c33653f2d402b871f1211d460aa350.zip
sysdeps/arm/armv6t2/strlen.S: strlen implementation for armv6t2.
This implementation of strlen is faster than the armv6 version for
all string lengths greater than 1 on a Cortex-A15.

ports/ChangeLog.arm:

2013-08-09  Will Newton  <will.newton@linaro.org>

	* sysdeps/arm/armv6t2/strlen.S: New file.
Diffstat (limited to 'ports/ChangeLog.arm')
-rw-r--r--ports/ChangeLog.arm4
1 files changed, 4 insertions, 0 deletions
diff --git a/ports/ChangeLog.arm b/ports/ChangeLog.arm
index 6dad08da30..8236f0f7d7 100644
--- a/ports/ChangeLog.arm
+++ b/ports/ChangeLog.arm
@@ -1,3 +1,7 @@
+2013-08-30  Will Newton  <will.newton@linaro.org>
+
+	* sysdeps/arm/armv6t2/strlen.S: New file.
+
 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
 
 	* sysdeps/unix/sysv/linux/arm/ldsodefs.h (VALID_ELF_OSABI)