aboutsummaryrefslogtreecommitdiff
path: root/string/test
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2019-08-05 10:19:01 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2019-08-23 10:21:31 -0300
commitaa93b2889d63fee1f3f0e50a196a40623052f6da (patch)
tree9766c33879bf0a367d37c4348fa7046117ced032 /string/test
parent5184269318df7df1fb7c227d8d029ec0d70ce0b5 (diff)
downloadarm-optimized-routines-aa93b2889d63fee1f3f0e50a196a40623052f6da.tar.gz
Import arm memset
The only difference is changing the symbol name from memset to __memset_arm and the final .size directive.
Diffstat (limited to 'string/test')
-rw-r--r--string/test/memset.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/string/test/memset.c b/string/test/memset.c
index 8f744b6..c0c7ed6 100644
--- a/string/test/memset.c
+++ b/string/test/memset.c
@@ -20,6 +20,8 @@ static const struct fun
F(memset)
#if __aarch64__
F(__memset_aarch64)
+#elif __arm__
+F(__memset_arm)
#endif
#undef F
{0, 0}