Only add dedicated VORTEXM4 if building with LLVM

This commit is contained in:
Martin Kroeker
2025-11-24 22:15:45 +01:00
committed by GitHub
parent b0bd49a064
commit 4af187080a

View File

@@ -169,8 +169,12 @@ extern gotoblas_t gotoblas_A64FX;
#endif
#ifndef NO_SME
extern gotoblas_t gotoblas_ARMV9SME;
#if defined (__clang__)
extern gotoblas_t gotoblas_VORTEXM4;
#else
#define gotoblas_VORTEXM4 gotoblas_NEOVERSEN1
#endif
#else
#ifndef NO_SVE
#define gotoblas_ARMV9SME gotoblas_ARMV8SVE
#else