summaryrefslogtreecommitdiff
path: root/string/bench/memcpy.c
diff options
context:
space:
mode:
Diffstat (limited to 'string/bench/memcpy.c')
-rw-r--r--string/bench/memcpy.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/string/bench/memcpy.c b/string/bench/memcpy.c
index 1468663e51cd..b628f9b60d96 100644
--- a/string/bench/memcpy.c
+++ b/string/bench/memcpy.c
@@ -1,7 +1,7 @@
/*
* memcpy benchmark.
*
- * Copyright (c) 2020-2022, Arm Limited.
+ * Copyright (c) 2020-2023, Arm Limited.
* SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
*/
@@ -39,6 +39,9 @@ static const struct fun
# if __ARM_FEATURE_SVE
F(__memcpy_aarch64_sve)
# endif
+# if WANT_MOPS
+ F(__memcpy_aarch64_mops)
+# endif
#elif __arm__
F(__memcpy_arm)
#endif