OSDN Git Service

merge x86_64 optimized string support
authorMike Frysinger <vapier@gentoo.org>
Wed, 21 Sep 2005 02:18:29 +0000 (02:18 -0000)
committerMike Frysinger <vapier@gentoo.org>
Wed, 21 Sep 2005 02:18:29 +0000 (02:18 -0000)
commitf5c0ac3d4499a11f4581c1b4ff16cef7d8cf4c0b
tree4f7ce150130560ccff718076cf102fb4d114752c
parent37016e09de57c7145d7dd29cd1166f21f150d2cb
merge x86_64 optimized string support
16 files changed:
libc/string/Makefile
libc/string/x86_64/Makefile [new file with mode: 0644]
libc/string/x86_64/_glibc_inc.h [new file with mode: 0644]
libc/string/x86_64/bzero.S [new file with mode: 0644]
libc/string/x86_64/memcpy.S [new file with mode: 0644]
libc/string/x86_64/memset.S [new file with mode: 0644]
libc/string/x86_64/stpcpy.S [new file with mode: 0644]
libc/string/x86_64/strcat.S [new file with mode: 0644]
libc/string/x86_64/strchr.S [new file with mode: 0644]
libc/string/x86_64/strcmp.S [new file with mode: 0644]
libc/string/x86_64/strcpy.S [new file with mode: 0644]
libc/string/x86_64/strcspn.S [new file with mode: 0644]
libc/string/x86_64/string.c [new file with mode: 0644]
libc/string/x86_64/strlen.S [new file with mode: 0644]
libc/string/x86_64/strpbrk.S [new file with mode: 0644]
libc/string/x86_64/strspn.S [new file with mode: 0644]