Files
OpenBLAS/Makefile.zarch
2017-01-04 19:32:33 +04:00

7 lines
100 B
Makefile

ifeq ($(CORE), Z13)
CCOMMON_OPT += -march=z13 -mzvector
FCOMMON_OPT += -march=z13 -mzvector
endif