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