1/* 2 * Selected possible strncmp implementations. 3 * 4 * Copyright (c) 2019, Arm Limited. 5 * SPDX-License-Identifier: MIT 6 */ 7 8#if __aarch64__ 9#include "aarch64/strncmp.S" 10# if __ARM_FEATURE_SVE 11#include "aarch64/strncmp-sve.S" 12# endif 13#endif 14