aboutsummaryrefslogtreecommitdiff
path: root/string/test
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2019-08-26 16:04:20 -0300
committerSzabolcs Nagy <30925343+nsz-arm@users.noreply.github.com>2019-08-28 12:05:23 +0100
commitfe7ca84adb9f1119734995bf2415373ed3970757 (patch)
tree9460708a2b5e5b323f9b667755cd817ef0e22d13 /string/test
parent10c7a2dbfcbb1334a2789a9a7dce1cad076c4742 (diff)
downloadarm-optimized-routines-fe7ca84adb9f1119734995bf2415373ed3970757.tar.gz
Import aarch64 sve memcmp
The only difference is changing the symbol name from memcmp to __memcmp_aarch64_sve.
Diffstat (limited to 'string/test')
-rw-r--r--string/test/memcmp.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/string/test/memcmp.c b/string/test/memcmp.c
index ef149d5..63b07bd 100644
--- a/string/test/memcmp.c
+++ b/string/test/memcmp.c
@@ -20,6 +20,9 @@ static const struct fun
F(memcmp)
#if __aarch64__
F(__memcmp_aarch64)
+# if __ARM_FEATURE_SVE
+F(__memcmp_aarch64_sve)
+# endif
#endif
#undef F
{0, 0}