summaryrefslogtreecommitdiffstats
path: root/libc/string/arm/strlen.S
Commit message (Collapse)AuthorAgeFilesLines
* 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