Merge "Add optimized AArch64 versions of bcopy and wmemmove based on memmove"

This commit is contained in:
Christopher Ferris
2014-05-28 21:35:04 +00:00
committed by Gerrit Code Review
12 changed files with 100 additions and 2 deletions

View File

@@ -24,6 +24,7 @@ libc_common_src_files_arm += \
upstream-freebsd/lib/libc/string/wcslen.c \
upstream-freebsd/lib/libc/string/wcsrchr.c \
upstream-freebsd/lib/libc/string/wmemcmp.c \
upstream-freebsd/lib/libc/string/wmemmove.c \
upstream-openbsd/lib/libc/string/bcopy.c \
upstream-openbsd/lib/libc/string/stpcpy.c \
upstream-openbsd/lib/libc/string/stpncpy.c \