glibc/ports/sysdeps/arm/armv6
Richard Henderson f5ad94e02a arm: Implement armv6 optimized string routines
The strcpy and strchr (and related) functions are four times faster
than the byte-by-byte default versions.

The strlen function is twice as fast for long strings and 50% faster
for short strings over the armv4 version.
2013-03-07 09:10:33 -08:00
..
rawmemchr.S arm: Implement armv6 optimized string routines 2013-03-07 09:10:33 -08:00
stpcpy.S arm: Implement armv6 optimized string routines 2013-03-07 09:10:33 -08:00
strchr.S arm: Implement armv6 optimized string routines 2013-03-07 09:10:33 -08:00
strcpy.S arm: Implement armv6 optimized string routines 2013-03-07 09:10:33 -08:00
strlen.S arm: Implement armv6 optimized string routines 2013-03-07 09:10:33 -08:00
strrchr.S arm: Implement armv6 optimized string routines 2013-03-07 09:10:33 -08:00