aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2022-11-17 00:38:06 +0000
committerElliott Hughes <enh@google.com>2022-11-17 00:38:06 +0000
commit0184f5179e0d4e16ff8dc8e2b4c225592f67c935 (patch)
tree39c4bee046ad44f9f40002c9ac333d7d9d683398
parent46490941f7b2b9d20d2426bad98271a155ba9869 (diff)
downloadarm-optimized-routines-0184f5179e0d4e16ff8dc8e2b4c225592f67c935.tar.gz
Build the optimized memcpy() and memmove().
Test: treehugger Change-Id: I545117b6b8283f0b5eca2f4591579393720c7960
-rw-r--r--Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 4050312..f79e6d6 100644
--- a/Android.bp
+++ b/Android.bp
@@ -111,6 +111,8 @@ cc_library_static {
"string/aarch64/memchr-mte.S",
"string/aarch64/memchr.S",
"string/aarch64/memcmp.S",
+ "string/aarch64/memcpy-advsimd.S",
+ "string/aarch64/memcpy.S",
"string/aarch64/memrchr.S",
"string/aarch64/stpcpy-mte.S",
"string/aarch64/stpcpy.S",