Skip to content

Commit 3f4bbae

Browse files
authored
Use BINARY=64 on aarch64 (#40265)
Fix #39612
1 parent 0f828a2 commit 3f4bbae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Make.inc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -898,6 +898,7 @@ ifneq (,$(findstring aarch64,$(ARCH)))
898898
OPENBLAS_DYNAMIC_ARCH:=0
899899
OPENBLAS_TARGET_ARCH:=ARMV8
900900
USE_BLAS64:=1
901+
BINARY:=64
901902
ifeq ($(OS),Darwin)
902903
# Apple Chips are all at least A12Z
903904
MCPU:=apple-a12

0 commit comments

Comments
 (0)