summaryrefslogtreecommitdiffstats
path: root/libc/string/arm/strlen.S
Commit message (Collapse)AuthorAgeFilesLines
* Synch arch specific part of libc/string for ↵Carmelo Amoroso2008-06-191-0/+25
| | | | frv/ia64/sparc/i386/powerpc/arm/avr32/x86_64/cris/bfin
* Merge from trunk. Going pretty good so far. Kind of. Okay, not really."Steven J. Hill"2006-02-251-7/+10
|
* Big fricking merge from trunk."Steven J. Hill"2006-01-071-2/+3
|
* Merge from trunk."Steven J. Hill"2005-11-171-4/+7
|
* Sync with trunk."Steven J. Hill"2005-09-171-6/+5
|
* Philip Craig at snapgear dot com writes:Eric Andersen2004-06-121-1/+10
| | | | Strlen was counting the last 3 bytes incorrectly for big endian arm.
* Add an initial set of arm optimized string functions. TheseEric Andersen2003-11-201-0/+71
do seem to make noticable speed improvement... -Erik