ggml-cpu : fix HWCAP2_I8MM value (#10646)

This commit is contained in:
Diego Devesa 2024-12-04 14:40:44 +01:00 committed by GitHub
parent 253b7fde91
commit 2803540814
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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) {