From 094eaf8bf887284e1ee05617f3effc2c17918ce9 Mon Sep 17 00:00:00 2001
From: Jean-Marc Valin <jmvalin@amazon.com>
Date: Fri, 13 Jan 2023 16:29:45 -0500
Subject: [PATCH] Reenable dot product instructions

---
 autogen.sh   | 2 +-
 configure.ac | 1 -
 lpcnet       | 2 +-
 3 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/autogen.sh b/autogen.sh
index fa97ec560..7c079157a 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -9,7 +9,7 @@ set -e
 srcdir=`dirname $0`
 test -n "$srcdir" && cd "$srcdir"
 
-(cd lpcnet; ./download_model.sh 5e88ebe)
+(cd lpcnet; ./download_model.sh 9daefbb)
 
 echo "Updating build configuration files, please wait...."
 
diff --git a/configure.ac b/configure.ac
index 18ea155ae..d43b13cb7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -168,7 +168,6 @@ AC_ARG_ENABLE([neural-fec],
 
 AS_IF([test "$enable_neural_fec" = "yes"],[
   AC_DEFINE([ENABLE_NEURAL_FEC], [1], [Neural FEC])
-  AC_DEFINE([DISABLE_DOT_PROD], [1], [Disable dot product])
 ])  
 
 AC_ARG_ENABLE([neural-plc],
diff --git a/lpcnet b/lpcnet
index 0ac0d1df9..55196a825 160000
--- a/lpcnet
+++ b/lpcnet
@@ -1 +1 @@
-Subproject commit 0ac0d1df9a586db99b7ee00b69b3542d701c220e
+Subproject commit 55196a825f00c261002c24912ec38582816d6f1e
-- 
GitLab