Skip to content

Commit

Permalink
ggml-cpu : fix HWCAP2_I8MM value (#10646)
Browse files Browse the repository at this point in the history
  • Loading branch information
slaren authored Dec 4, 2024
1 parent 253b7fd commit 2803540
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 2803540

Please sign in to comment.