summaryrefslogtreecommitdiffstats
path: root/newlib/libc/string/strlen.c
Commit message (Collapse)AuthorAgeFilesLines
* 2008-05-26 Eric Blake <ebb9@byu.net>Jeff Johnston2008-05-261-21/+21
| | | | | | | | Optimize the generic and x86 strlen. * libc/string/strlen.c (strlen) [!__OPTIMIZE_SIZE__]: Pre-align data so unaligned searches aren't penalized. * libc/machine/i386/strlen.S (strlen) [!__OPTIMIZE_SIZE__]: Word operations are faster than repnz byte searches.
* import newlib-2000-02-17 snapshotChristopher Faylor2000-02-171-0/+88