mirror of
https://github.com/OpenMathLib/OpenBLAS
synced 2026-06-05 00:17:12 +08:00
11 lines
198 B
Makefile
11 lines
198 B
Makefile
|
|
ifeq ($(CORE), Z13)
|
|
CCOMMON_OPT += -march=z13 -mzvector
|
|
FCOMMON_OPT += -march=z13 -mzvector
|
|
endif
|
|
|
|
ifeq ($(CORE), Z14)
|
|
CCOMMON_OPT += -march=z14 -mzvector
|
|
FCOMMON_OPT += -march=z14 -mzvector
|
|
endif
|