mirror of
https://github.com/OpenMathLib/OpenBLAS
synced 2026-05-31 00:45:48 +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
|
|
|
|
|