OpenBLAS/Makefile.arm64

8 lines
91 B
Makefile

ifeq ($(CORE), ARMV8)
CCOMMON_OPT += -march=armv8-a
FCOMMON_OPT += -march=armv8-a
endif