diff options
Diffstat (limited to 'string/test/memcpy.c')
| -rw-r--r-- | string/test/memcpy.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/string/test/memcpy.c b/string/test/memcpy.c index fa15a95b2bda..dc95844bd45a 100644 --- a/string/test/memcpy.c +++ b/string/test/memcpy.c @@ -1,7 +1,7 @@ /* * memcpy test. * - * Copyright (c) 2019-2022, Arm Limited. + * Copyright (c) 2019-2023, Arm Limited. * SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception */ @@ -31,6 +31,9 @@ static const struct fun # if __ARM_FEATURE_SVE F(__memcpy_aarch64_sve, 1) # endif +# if WANT_MOPS + F(__memcpy_aarch64_mops, 1) +# endif #elif __arm__ F(__memcpy_arm, 0) #endif |
