diff options
Diffstat (limited to 'string/test/memset.c')
| -rw-r--r-- | string/test/memset.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/string/test/memset.c b/string/test/memset.c index 5543f44bb026..7d09c267ffec 100644 --- a/string/test/memset.c +++ b/string/test/memset.c @@ -1,7 +1,7 @@ /* * memset test. * - * Copyright (c) 2019-2020, Arm Limited. + * Copyright (c) 2019-2023, Arm Limited. * SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception */ @@ -25,6 +25,9 @@ static const struct fun F(memset, 0) #if __aarch64__ F(__memset_aarch64, 1) +# if WANT_MOPS + F(__memset_aarch64_mops, 1) +# endif #elif __arm__ F(__memset_arm, 0) #endif |
