From 8f7c72a6624259037b948c38fc6c890f0f605612 Mon Sep 17 00:00:00 2001
From: Jean-Marc Valin <jmvalin@amazon.com>
Date: Fri, 21 Jul 2023 21:42:33 -0400
Subject: [PATCH] Always define USE_SU_BIAS in vec_avx.h

---
 dnn/vec_avx.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dnn/vec_avx.h b/dnn/vec_avx.h
index d20a2620e..77b3a0e0f 100644
--- a/dnn/vec_avx.h
+++ b/dnn/vec_avx.h
@@ -38,11 +38,12 @@
 
 #define MAX_INPUTS (2048)
 
+#define USE_SU_BIAS
+
 
 /* Use 8-bit dot products unless disabled or if stuck with SSE2. */
 #ifndef DISABLE_DOT_PROD
 #define DOT_PROD
-#define USE_SU_BIAS
 #endif
 
 
-- 
GitLab