mirror of
https://github.com/OpenMathLib/OpenBLAS
synced 2026-06-19 00:35:10 +08:00
7 lines
100 B
Makefile
7 lines
100 B
Makefile
|
|
ifeq ($(CORE), Z13)
|
|
CCOMMON_OPT += -march=z13 -mzvector
|
|
FCOMMON_OPT += -march=z13 -mzvector
|
|
endif
|
|
|