mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2024-12-26 11:24:35 +00:00
ggml-cpu : fix HWCAP2_I8MM value (#10646)
This commit is contained in:
parent
253b7fde91
commit
2803540814
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user