diff options
author | Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org> | 2014-05-23 17:44:18 +0200 |
---|---|---|
committer | Christopher Ferris <cferris@google.com> | 2014-05-23 18:49:57 -0700 |
commit | 6f2bde344123d8503cd60f3ecd3420f39aa24eb9 (patch) | |
tree | fd32dfb0c313a1d852c37450ad22bab1d232c951 /libc/arch-arm64/arm64.mk | |
parent | 1c4d83012fea4e6d011215bef1665cf68d2ac47c (diff) | |
download | bionic-6f2bde344123d8503cd60f3ecd3420f39aa24eb9.zip bionic-6f2bde344123d8503cd60f3ecd3420f39aa24eb9.tar.gz bionic-6f2bde344123d8503cd60f3ecd3420f39aa24eb9.tar.bz2 |
Add optimized AArch64 versions of bcopy and wmemmove based on memmove
Add optimized versions of bcopy and wmemmove for AArch64 based on the
memmove implementation
Change-Id: I82fbe8a7221ce224c567ffcfed7a94a53640fca8
Signed-off-by: Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>
Diffstat (limited to 'libc/arch-arm64/arm64.mk')
-rw-r--r-- | libc/arch-arm64/arm64.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/arch-arm64/arm64.mk b/libc/arch-arm64/arm64.mk index 93b0b0b..cd8b6ea 100644 --- a/libc/arch-arm64/arm64.mk +++ b/libc/arch-arm64/arm64.mk @@ -14,7 +14,6 @@ libc_common_src_files_arm64 := \ upstream-freebsd/lib/libc/string/wcslen.c \ upstream-freebsd/lib/libc/string/wcsrchr.c \ upstream-freebsd/lib/libc/string/wmemcmp.c \ - upstream-openbsd/lib/libc/string/bcopy.c \ upstream-openbsd/lib/libc/string/stpcpy.c \ upstream-openbsd/lib/libc/string/stpncpy.c \ upstream-openbsd/lib/libc/string/strcat.c \ |