Skip to content

Commit 4278b20

Browse files
authored
Update ggml/src/ggml-cpu/ggml-cpu.c
1 parent 021ca1b commit 4278b20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml/src/ggml-cpu/ggml-cpu.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -694,7 +694,7 @@ static void ggml_init_arm_arch_features(void) {
694694
ggml_arm_arch_features.sve_cnt = PR_SVE_VL_LEN_MASK & prctl(PR_SVE_GET_VL);
695695
#else
696696
// TODO: add support of SVE for non-linux systems
697-
#error message("TODO: to use SVE, sve_cnt needs to be initialized here.")
697+
#error "TODO: SVE is not supported on this platform. To use SVE, sve_cnt needs to be initialized here."
698698
#endif
699699
#endif
700700
}

0 commit comments

Comments
 (0)