Add the support for RISC-V Vector.

Change-Id: Iae7800a32f5af3903c330882cdf6f292d885f266
This commit is contained in:
damonyu
2020-10-15 16:05:37 +08:00
parent 756802df61
commit ef8e7d0279
109 changed files with 19571 additions and 1 deletions
+4
View File
@@ -0,0 +1,4 @@
ifeq ($(CORE), C910V)
CCOMMON_OPT += -march=rv64gcvxthead -mabi=lp64v
FCOMMON_OPT += -march=rv64gcvxthead -mabi=lp64v -static
endif