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