Update RISC-V Intrinsic API.

This commit is contained in:
Xianyi Zhang
2022-02-28 20:33:11 +08:00
parent 45786b05da
commit 968e1f51d8
32 changed files with 316 additions and 249 deletions

View File

@@ -1,4 +1,4 @@
ifeq ($(CORE), C910V)
CCOMMON_OPT += -march=rv64gcvxthead -mabi=lp64v
FCOMMON_OPT += -march=rv64gcvxthead -mabi=lp64v -static
CCOMMON_OPT += -march=rv64imafdcv0p7_zfh_xtheadc -mabi=lp64d -mtune=c920
FCOMMON_OPT += -march=rv64imafdcv0p7_zfh_xtheadc -mabi=lp64d -mtune=c920 -static
endif