From d66cb47a174466ed1109579ad49e16a76b32a9f4 Mon Sep 17 00:00:00 2001 From: giorgiopapini Date: Wed, 11 Feb 2026 15:55:00 +0100 Subject: [PATCH] Fixed editor config error --- ggml/src/ggml-cpu/arch/x86/cpu-feats.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ggml/src/ggml-cpu/arch/x86/cpu-feats.cpp b/ggml/src/ggml-cpu/arch/x86/cpu-feats.cpp index 61d241212d..5ee27dbf7d 100644 --- a/ggml/src/ggml-cpu/arch/x86/cpu-feats.cpp +++ b/ggml/src/ggml-cpu/arch/x86/cpu-feats.cpp @@ -359,4 +359,4 @@ static int ggml_backend_cpu_x86_score() { GGML_BACKEND_DL_SCORE_IMPL(ggml_backend_cpu_x86_score) -#endif // defined(__x86_64__) || (defined(_MSC_VER) && defined(_M_AMD64)) \ No newline at end of file +#endif // defined(__x86_64__) || (defined(_MSC_VER) && defined(_M_AMD64))