Skip to content

Commit

Permalink
Do not set MCPU on Apple Silicon (#45409)
Browse files Browse the repository at this point in the history
(cherry picked from commit a5438f9)
  • Loading branch information
fxcoudert authored and KristofferC committed May 28, 2022
1 parent 63e5553 commit 25122e4
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 @@ -900,10 +900,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-a12
endif
endif

# Set MARCH-specific flags
Expand Down

0 comments on commit 25122e4

Please sign in to comment.