From b54877c164bee7e9e6b140d7160aa3725c0df8fb Mon Sep 17 00:00:00 2001 From: netrunnereve <139727413+netrunnereve@users.noreply.github.com> Date: Thu, 20 Jun 2024 23:04:20 -0400 Subject: [PATCH] oops --- sgemm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sgemm.cpp b/sgemm.cpp index 54390b5e2..f8dba5bd8 100644 --- a/sgemm.cpp +++ b/sgemm.cpp @@ -793,7 +793,7 @@ class tinyBLAS_Q0_AVX { } inline __m256i load(const block_iq4_nl *b) { - return = MM256_SET_M128I(load1(b), load0(b)); + return MM256_SET_M128I(load1(b), load0(b)); } inline __m128i load0(const block_iq4_nl *b) {