blob: 8cead02783c15e1c64d65940e792f1414138ddc4 [file] [log] [blame]
/*
* Selected possible strchr implementations.
*
* Copyright (c) 2019, Arm Limited.
* SPDX-License-Identifier: MIT
*/
#if __aarch64__
#include "aarch64/strchr.S"
# if __ARM_FEATURE_SVE
#include "aarch64/strchr-sve.S"
# endif
#endif