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