]> git.ipfire.org Git - thirdparty/glibc.git/commit - sysdeps/arm/armv6t2/strlen.S
sysdeps/arm/armv6t2/strlen.S: strlen implementation for armv6t2.
authorWill Newton <will.newton@linaro.org>
Fri, 9 Aug 2013 08:36:41 +0000 (09:36 +0100)
committerWill Newton <will.newton@linaro.org>
Fri, 30 Aug 2013 09:04:57 +0000 (10:04 +0100)
commit2601bc1860c33653f2d402b871f1211d460aa350
tree2ac629b281f3f221e965bbc087f2e2379375e7d6
parent0186c6e97ecd58e91a45cbb74e5643325777fd6f
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.
ports/ChangeLog.arm
ports/sysdeps/arm/armv6t2/strlen.S [new file with mode: 0644]