Skip to content
Snippets Groups Projects
Verified Commit 094eaf8b authored by Jean-Marc Valin's avatar Jean-Marc Valin
Browse files

Reenable dot product instructions

parent 26c0becd
No related branches found
No related tags found
No related merge requests found
......@@ -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...."
......
......@@ -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],
......
Subproject commit 0ac0d1df9a586db99b7ee00b69b3542d701c220e
Subproject commit 55196a825f00c261002c24912ec38582816d6f1e
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment