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