ggml-cpu : fix HWCAP2_I8MM value (llama/10646)

This commit is contained in:
Diego Devesa 2024-12-04 14:40:44 +01:00 committed by Georgi Gerganov
parent 491ec076b4
commit 904e307bce

View File

@ -2428,7 +2428,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) {