From 4cd0a480bfe8a1561282f77236be8ee77549b43d Mon Sep 17 00:00:00 2001 From: Slaren <2141330+slaren@users.noreply.github.com> Date: Mon, 1 May 2023 00:12:46 +0200 Subject: [PATCH] fix build --- ggml.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ggml.c b/ggml.c index f1b885d6b..a40c47659 100644 --- a/ggml.c +++ b/ggml.c @@ -8253,7 +8253,7 @@ static void ggml_compute_forward_mul_mat_f32( x, ne10, 0.0f, d, ne01, GGML_TYPE_F32); -#elif +#else cblas_sgemm(CblasRowMajor, CblasNoTrans, CblasTrans, ne11, ne01, ne10, 1.0f, y, ne10,