Will Newton f63c86fed0 ARM: Add optimized ARMv7 strcmp implementation
Add an optimized implementation of strcmp for ARMv7-A cores. This
implementation is significantly faster than the current generic C
implementation, particularly for strings of 16 bytes and longer.

Tested with the glibc string tests for arm-linux-gnueabihf and
armeb-linux-gnueabihf.

The code was written by ARM, who have agreed to assign the copyright
to the FSF for integration into glibc.

ChangeLog:

2014-05-09  Will Newton  <will.newton@linaro.org>

	* sysdeps/arm/armv7/strcmp.S: New file.
	* NEWS: Mention addition of ARMv7 optimized strcmp.
2014-05-09 10:01:28 +01:00
..
2014-04-29 04:20:39 -04:00
2014-03-14 11:32:51 -07:00
2014-03-14 11:32:51 -07:00
2014-05-08 11:27:14 -07:00
2014-03-14 11:32:51 -07:00
2014-04-16 13:04:34 +02:00
2014-05-08 11:27:14 -07:00