Skip to content

Commit a5438f9

Browse files
authored
Do not set MCPU on Apple Silicon (JuliaLang#45409)
1 parent 3d6731b commit a5438f9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Make.inc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -898,10 +898,6 @@ OPENBLAS_DYNAMIC_ARCH:=0
898898
OPENBLAS_TARGET_ARCH:=ARMV8
899899
USE_BLAS64:=1
900900
BINARY:=64
901-
ifeq ($(OS),Darwin)
902-
# Apple Chips are all at least A12Z
903-
MCPU:=apple-m1
904-
endif
905901
endif
906902

907903
# Set MARCH-specific flags

0 commit comments

Comments
 (0)