Skip to content

Commit

Permalink
Do not set MCPU on Apple Silicon (JuliaLang#45409)
Browse files Browse the repository at this point in the history
  • Loading branch information
fxcoudert authored May 21, 2022
1 parent 3d6731b commit a5438f9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Make.inc
Original file line number Diff line number Diff line change
Expand Up @@ -898,10 +898,6 @@ OPENBLAS_DYNAMIC_ARCH:=0
OPENBLAS_TARGET_ARCH:=ARMV8
USE_BLAS64:=1
BINARY:=64
ifeq ($(OS),Darwin)
# Apple Chips are all at least A12Z
MCPU:=apple-m1
endif
endif

# Set MARCH-specific flags
Expand Down

0 comments on commit a5438f9

Please sign in to comment.