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

View File

@@ -258,6 +258,12 @@ endif
FLDFLAGS = $(FFLAGS:-fPIC=) $(LDFLAGS)
ifeq ($(CORE), C910V)
EXTRALIB =
CEXTRALIB =
endif
ifeq ($(USE_OPENMP), 1)
ifeq ($(F_COMPILER), GFORTRAN)
ifeq ($(C_COMPILER), CLANG)