We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4e335d commit 08416ebCopy full SHA for 08416eb
ggml/CMakeLists.txt
@@ -168,7 +168,7 @@ option(GGML_RV_ZFH "ggml: enable riscv zfh" ON)
168
option(GGML_RV_ZVFH "ggml: enable riscv zvfh" ON)
169
option(GGML_RV_ZICBOP "ggml: enable riscv zicbop" ON)
170
option(GGML_XTHEADVECTOR "ggml: enable xtheadvector" OFF)
171
-option(GGML_VXE "ggml: enable vxe" ON)
+option(GGML_VXE "ggml: enable vxe" ${GGML_NATIVE})
172
173
option(GGML_CPU_ALL_VARIANTS "ggml: build all variants of the CPU backend (requires GGML_BACKEND_DL)" OFF)
174
set(GGML_CPU_ARM_ARCH "" CACHE STRING "ggml: CPU architecture for ARM")
0 commit comments