Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Opus
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Xiph.Org
Opus
Commits
094eaf8b
Verified
Commit
094eaf8b
authored
2 years ago
by
Jean-Marc Valin
Browse files
Options
Downloads
Patches
Plain Diff
Reenable dot product instructions
parent
26c0becd
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
autogen.sh
+1
-1
1 addition, 1 deletion
autogen.sh
configure.ac
+0
-1
0 additions, 1 deletion
configure.ac
lpcnet
+1
-1
1 addition, 1 deletion
lpcnet
with
2 additions
and
3 deletions
autogen.sh
+
1
−
1
View file @
094eaf8b
...
...
@@ -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...."
...
...
This diff is collapsed.
Click to expand it.
configure.ac
+
0
−
1
View file @
094eaf8b
...
...
@@ -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],
...
...
This diff is collapsed.
Click to expand it.
lpcnet
@
55196a82
Compare
0ac0d1df
...
55196a82
Subproject commit
0ac0d1df9a586db99b7ee00b69b3542d701c220
e
Subproject commit
55196a825f00c261002c24912ec38582816d6f1
e
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment