ggml : fix arm builds, unused var (#26991)

This commit is contained in:
Georgi Gerganov
2026-08-13 07:57:24 +03:00
committed by GitHub
parent e21152dc96
commit 1f368f354d
3 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ typedef struct ggml_feats_arch64_runtime {
int sve_cnt;
} ggml_feats_arch64_runtime_t;
static inline ggml_feats_arch64_runtime_t ggml_get_aarch64_runtime_features(void) {
static inline ggml_feats_arch64_runtime_t ggml_feats_get_arch64_runtime(void) {
ggml_feats_arch64_runtime_t runtime_feat = {};
#if defined(__linux__)