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 021ca1b commit 4278b20Copy full SHA for 4278b20
ggml/src/ggml-cpu/ggml-cpu.c
@@ -694,7 +694,7 @@ static void ggml_init_arm_arch_features(void) {
694
ggml_arm_arch_features.sve_cnt = PR_SVE_VL_LEN_MASK & prctl(PR_SVE_GET_VL);
695
#else
696
// TODO: add support of SVE for non-linux systems
697
-#error message("TODO: to use SVE, sve_cnt needs to be initialized here.")
+#error "TODO: SVE is not supported on this platform. To use SVE, sve_cnt needs to be initialized here."
698
#endif
699
700
}
0 commit comments