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

@@ -14,6 +14,7 @@ libc_common_src_files_x86_64 := \
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/strlcat.c \
upstream-openbsd/lib/libc/string/strlcpy.c \