mirror of
https://github.com/OpenMathLib/OpenBLAS
synced 2026-05-31 00:45:48 +08:00
5 lines
132 B
Makefile
5 lines
132 B
Makefile
ifeq ($(CORE), C910V)
|
|
CCOMMON_OPT += -march=rv64gcvxthead -mabi=lp64v
|
|
FCOMMON_OPT += -march=rv64gcvxthead -mabi=lp64v -static
|
|
endif
|