OSDN Git Service

Add an initial set of arm optimized string functions. These
authorEric Andersen <andersen@codepoet.org>
Thu, 20 Nov 2003 15:23:03 +0000 (15:23 -0000)
committerEric Andersen <andersen@codepoet.org>
Thu, 20 Nov 2003 15:23:03 +0000 (15:23 -0000)
commitee4435bcd6f94b7463cbd7e960e84ddf03965272
tree4d8ab5b8d85897e3b0844ad26b804300e90a2d81
parent72a8f4125ba443d28f9398a45ec5c4c9504c3e8f
Add an initial set of arm optimized string functions.  These
do seem to make noticable speed improvement...
 -Erik
12 files changed:
libc/string/Makefile
libc/string/arm/Makefile [new file with mode: 0644]
libc/string/arm/_memcpy.S [new file with mode: 0644]
libc/string/arm/bcopy.S [new file with mode: 0644]
libc/string/arm/bzero.S [new file with mode: 0644]
libc/string/arm/memcmp.S [new file with mode: 0644]
libc/string/arm/memcpy.S [new file with mode: 0644]
libc/string/arm/memmove.S [new file with mode: 0644]
libc/string/arm/memset.S [new file with mode: 0644]
libc/string/arm/strcmp.S [new file with mode: 0644]
libc/string/arm/strlen.S [new file with mode: 0644]
libc/string/arm/strncmp.S [new file with mode: 0644]