aboutsummaryrefslogtreecommitdiff
path: root/string/memcmp.S
blob: 22da6859f76712e6cdae78d4a25bf7cf80f3763c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * Selected possible memcpy implementations.
 *
 * Copyright (c) 2019, Arm Limited.
 * SPDX-License-Identifier: MIT
 */

#if __aarch64__
#include "aarch64/memcmp.S"
# if __ARM_FEATURE_SVE
#include "aarch64/memcmp-sve.S"
# endif
#endif