aboutsummaryrefslogtreecommitdiff
path: root/string/test
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2019-08-26 16:22:11 -0300
committerSzabolcs Nagy <30925343+nsz-arm@users.noreply.github.com>2019-08-28 12:05:23 +0100
commit59b123bccae9e5373e01db8273a779bc87733efe (patch)
tree9e54d8995445fae8875e3e055c0f79b80df240c0 /string/test
parent0fed5b1d70242ee4ae57acc95cff42bef3ce8fa7 (diff)
downloadarm-optimized-routines-59b123bccae9e5373e01db8273a779bc87733efe.tar.gz
Import aarch64 sve strcpy
The only difference is changing the symbol name from strcpy to __strcpy_aarch64_sve.
Diffstat (limited to 'string/test')
-rw-r--r--string/test/strcpy.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/string/test/strcpy.c b/string/test/strcpy.c
index 573ad65..3072ade 100644
--- a/string/test/strcpy.c
+++ b/string/test/strcpy.c
@@ -20,6 +20,9 @@ static const struct fun
F(strcpy)
#if __aarch64__
F(__strcpy_aarch64)
+# if __ARM_FEATURE_SVE
+F(__strcpy_aarch64_sve)
+# endif
#elif __arm__ && defined (__thumb2__) && !defined (__thumb__)
F(__strcpy_arm)
#endif