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

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