ggml-cpu : fix HWCAP2_I8MM value

This commit is contained in:
slaren 2024-12-04 01:39:39 +01:00
parent cc98896db8
commit 88cf9f9f3e

View file

@ -2425,7 +2425,7 @@ bool ggml_is_numa(void) {
#endif #endif
#if !defined(HWCAP2_I8MM) #if !defined(HWCAP2_I8MM)
#define HWCAP2_I8MM 0 #define HWCAP2_I8MM (1 << 13)
#endif #endif
static void ggml_init_arm_arch_features(void) { static void ggml_init_arm_arch_features(void) {