Skip to content

Commit

Permalink
Use BINARY=64 on aarch64 (#40265)
Browse files Browse the repository at this point in the history
Fix #39612
  • Loading branch information
ViralBShah authored Mar 30, 2021
1 parent 0f828a2 commit 3f4bbae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Make.inc
Original file line number Diff line number Diff line change
Expand Up @@ -898,6 +898,7 @@ ifneq (,$(findstring aarch64,$(ARCH)))
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
Expand Down

0 comments on commit 3f4bbae

Please sign in to comment.