From b92e06456ce847bb5f80b1d59b3e670379e3b9e0 Mon Sep 17 00:00:00 2001 From: Julia Longtin Date: Sat, 23 Mar 2024 16:19:17 +0000 Subject: [PATCH] formatting improvement. --- ggml-phi-knc.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ggml-phi-knc.h b/ggml-phi-knc.h index a4b59ae04..d2fd11428 100644 --- a/ggml-phi-knc.h +++ b/ggml-phi-knc.h @@ -6,7 +6,8 @@ extern "C" { #endif -void ggml_vec_dot_f32(int n, float * restrict s, size_t bs, const float * restrict x, size_t bx, const float * restrict y, size_t by, int nrc); + /* A forward declaration, to keep GCC happy. */ + void ggml_vec_dot_f32(int n, float * restrict s, size_t bs, const float * restrict x, size_t bx, const float * restrict y, size_t by, int nrc); #ifdef __cplusplus }