Skip to content

Commit 6f225da

Browse files
authored
make VORTEXM4 MacOS-only for now
1 parent 55a10c7 commit 6f225da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

driver/others/dynamic_arm64.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ extern gotoblas_t gotoblas_A64FX;
169169
#endif
170170
#ifndef NO_SME
171171
extern gotoblas_t gotoblas_ARMV9SME;
172-
#if defined (__clang__)
172+
#if defined (__clang__) && defined(OS_DARWIN)
173173
extern gotoblas_t gotoblas_VORTEXM4;
174174
#else
175175
#define gotoblas_VORTEXM4 gotoblas_NEOVERSEN1

0 commit comments

Comments
 (0)