mirror of
https://github.com/OpenMathLib/OpenBLAS
synced 2026-05-31 00:45:48 +08:00
Only add dedicated VORTEXM4 if building with LLVM
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user