Skip to content

Commit

Permalink
ggml-cpu : fix HWCAP2_I8MM value
Browse files Browse the repository at this point in the history
  • Loading branch information
slaren committed Dec 4, 2024
1 parent cc98896 commit 88cf9f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ggml/src/ggml-cpu/ggml-cpu.c
Original file line number Diff line number Diff line change
Expand Up @@ -2425,7 +2425,7 @@ bool ggml_is_numa(void) {
#endif

#if !defined(HWCAP2_I8MM)
#define HWCAP2_I8MM 0
#define HWCAP2_I8MM (1 << 13)
#endif

static void ggml_init_arm_arch_features(void) {
Expand Down

0 comments on commit 88cf9f9

Please sign in to comment.