From b2ef775ec6fa356027e9e8037b0bbf03ec923577 Mon Sep 17 00:00:00 2001 From: Jean-Marc Valin Date: Fri, 13 Jan 2023 16:29:45 -0500 Subject: 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 fa97ec56..7c079157 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 9fdb43aa..11af7e90 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 0ac0d1df..55196a82 160000 --- a/lpcnet +++ b/lpcnet @@ -1 +1 @@ -Subproject commit 0ac0d1df9a586db99b7ee00b69b3542d701c220e +Subproject commit 55196a825f00c261002c24912ec38582816d6f1e -- cgit v1.2.1