summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Marc Valin <jmvalin@amazon.com>2023-01-13 16:29:45 -0500
committerJean-Marc Valin <jmvalin@amazon.com>2023-01-13 16:29:45 -0500
commitb2ef775ec6fa356027e9e8037b0bbf03ec923577 (patch)
tree34b77236545a4bd140f6ad8e92d62b708a0452ba
parentad1f94d2a4c121c3b732e6988095cafa39ea9c4d (diff)
downloadopus-b2ef775ec6fa356027e9e8037b0bbf03ec923577.tar.gz
Reenable dot product instructions
-rwxr-xr-xautogen.sh2
-rw-r--r--configure.ac1
m---------lpcnet0
3 files changed, 1 insertions, 2 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
-Subproject 0ac0d1df9a586db99b7ee00b69b3542d701c220
+Subproject 55196a825f00c261002c24912ec38582816d6f1