Add MD, optimized versions of string functions for amd64.
authorPeter Avalos <pavalos@dragonflybsd.org>
Sun, 26 Apr 2009 04:46:03 +0000 (04:46 +0000)
committerPeter Avalos <pavalos@dragonflybsd.org>
Sun, 21 Jun 2009 08:12:08 +0000 (08:12 +0000)
commitf4a040fe5470f9a9445b097cfe42fbcd14e8791b
tree4c896eca362231a8070f5b39de634f2582c70462
parente880d2030aa5cdd2043f99c579e153b65518e5af
Add MD, optimized versions of string functions for amd64.

Obtained-from: FreeBSD
lib/libc/amd64/string/Makefile.inc [new file with mode: 0644]
lib/libc/amd64/string/bcmp.S [new file with mode: 0644]
lib/libc/amd64/string/bcopy.S [new file with mode: 0644]
lib/libc/amd64/string/bzero.S [new file with mode: 0644]
lib/libc/amd64/string/memcmp.S [new file with mode: 0644]
lib/libc/amd64/string/memcpy.S [new file with mode: 0644]
lib/libc/amd64/string/memmove.S [new file with mode: 0644]
lib/libc/amd64/string/memset.S [new file with mode: 0644]
lib/libc/amd64/string/strcat.S [new file with mode: 0644]
lib/libc/amd64/string/strcmp.S [new file with mode: 0644]
lib/libc/amd64/string/strcpy.S [new file with mode: 0644]