[clang] [llvm] [AArch64][VecLib] Add libmvec support for AArch64 targets (PR #143696)
marykass-arm wrote: @sdesmalen-arm @huntergr-arm @gbossu https://github.com/llvm/llvm-project/pull/143696 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
[clang] [llvm] [AArch64][VecLib] Add libmvec support for AArch64 targets (PR #143696)
@@ -1299,6 +1299,30 @@ static const VecDesc VecFuncs_LIBMVEC_X86[] = { #undef TLI_DEFINE_LIBMVEC_X86_VECFUNCS }; +static const VecDesc VecFuncs_LIBMVEC_AARCH64_VF2[] = { +#define TLI_DEFINE_LIBMVEC_AARCH64_VF2_VECFUNCS +#define TLI_DEFINE_VECFUNC(SCAL, VEC, VABI_PREFIX)