make VORTEXM4 MacOS-only for now

This commit is contained in:
Martin Kroeker
2026-01-15 19:33:29 +01:00
committed by GitHub
parent 55a10c748d
commit 6f225daf94

View File

@@ -169,7 +169,7 @@ extern gotoblas_t gotoblas_A64FX;
#endif
#ifndef NO_SME
extern gotoblas_t gotoblas_ARMV9SME;
#if defined (__clang__)
#if defined (__clang__) && defined(OS_DARWIN)
extern gotoblas_t gotoblas_VORTEXM4;
#else
#define gotoblas_VORTEXM4 gotoblas_NEOVERSEN1