mirror of
https://github.com/OpenMathLib/OpenBLAS
synced 2026-06-05 00:17:12 +08:00
8 lines
91 B
Makefile
8 lines
91 B
Makefile
|
|
ifeq ($(CORE), ARMV8)
|
|
CCOMMON_OPT += -march=armv8-a
|
|
FCOMMON_OPT += -march=armv8-a
|
|
endif
|
|
|
|
|