aboutsummaryrefslogtreecommitdiffstats
path: root/libc/arch-mips64/mips64.mk
diff options
context:
space:
mode:
authorBernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>2014-05-23 17:44:18 +0200
committerChristopher Ferris <cferris@google.com>2014-05-23 18:49:57 -0700
commit6f2bde344123d8503cd60f3ecd3420f39aa24eb9 (patch)
treefd32dfb0c313a1d852c37450ad22bab1d232c951 /libc/arch-mips64/mips64.mk
parent1c4d83012fea4e6d011215bef1665cf68d2ac47c (diff)
downloadandroid_bionic-6f2bde344123d8503cd60f3ecd3420f39aa24eb9.tar.gz
android_bionic-6f2bde344123d8503cd60f3ecd3420f39aa24eb9.tar.bz2
android_bionic-6f2bde344123d8503cd60f3ecd3420f39aa24eb9.zip
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-mips64/mips64.mk')
-rw-r--r--libc/arch-mips64/mips64.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/arch-mips64/mips64.mk b/libc/arch-mips64/mips64.mk
index 26390a648..575910470 100644
--- a/libc/arch-mips64/mips64.mk
+++ b/libc/arch-mips64/mips64.mk
@@ -16,6 +16,7 @@ libc_common_src_files_mips64 := \
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 \