add cmake rvv support (#10411)

This commit is contained in:
haopeng
2024-11-19 21:10:31 +01:00
committed by GitHub
parent 9fe0fb0626
commit 42ae10bbcd
2 changed files with 6 additions and 0 deletions
+1
View File
@@ -109,6 +109,7 @@ if (NOT MSVC)
endif()
option(GGML_LASX "ggml: enable lasx" ON)
option(GGML_LSX "ggml: enable lsx" ON)
option(GGML_RVV "ggml: enable rvv" ON)
option(GGML_SVE "ggml: enable SVE" OFF)
if (WIN32)