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

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