Add an optimized asssembly bcopy/memcpy.
This commit is contained in:
parent
353e24fc8d
commit
4acdda21fd
|
@ -1,6 +1,6 @@
|
||||||
# $NetBSD: Makefile.inc,v 1.2 2001/06/21 22:41:55 eeh Exp $
|
# $NetBSD: Makefile.inc,v 1.3 2001/06/30 00:10:48 eeh Exp $
|
||||||
|
|
||||||
SRCS+= bcmp.c bcopy.c bzero.S ffs.S index.c memchr.c memcmp.c memset.S \
|
SRCS+= bcmp.c bcopy.S bzero.S ffs.S index.c memchr.c memcmp.c memset.S \
|
||||||
rindex.c strcat.c strcmp.c strcpy.c strcspn.c strlen.S \
|
rindex.c strcat.c strcmp.c strcpy.c strcspn.c strlen.S \
|
||||||
strncat.c strncmp.c strncpy.c strpbrk.c strsep.c \
|
strncat.c strncmp.c strncpy.c strpbrk.c strsep.c \
|
||||||
strspn.c strstr.c swab.c
|
strspn.c strstr.c swab.c
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue