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
ed900603
Verified
Commit
ed900603
authored
1 year ago
by
Jean-Marc Valin
Browse files
Options
Downloads
Patches
Plain Diff
Avoids AVX2 optimizations being disabled
parent
c066af1b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
silk/x86/main_sse.h
+1
-1
1 addition, 1 deletion
silk/x86/main_sse.h
silk/x86/x86_silk_map.c
+1
-1
1 addition, 1 deletion
silk/x86/x86_silk_map.c
with
2 additions
and
2 deletions
silk/x86/main_sse.h
+
1
−
1
View file @
ed900603
...
...
@@ -180,7 +180,7 @@ void silk_NSQ_del_dec_avx2(
((void)(arch),silk_NSQ_del_dec_avx2(psEncC, NSQ, psIndices, x16, pulses, PredCoef_Q12, LTPCoef_Q14, AR_Q13, \
HarmShapeGain_Q14, Tilt_Q14, LF_shp_Q14, Gains_Q16, pitchL, Lambda_Q10, LTP_scale_Q14))
# elif defined (OPUS_X86_PRESUME_SSE4_1)
# elif defined (OPUS_X86_PRESUME_SSE4_1)
&& !defined(OPUS_X86_MAY_HAVE_AVX2)
# define OVERRIDE_silk_NSQ_del_dec
# define silk_NSQ_del_dec(psEncC, NSQ, psIndices, x16, pulses, PredCoef_Q12, LTPCoef_Q14, AR_Q13, \
...
...
This diff is collapsed.
Click to expand it.
silk/x86/x86_silk_map.c
+
1
−
1
View file @
ed900603
...
...
@@ -35,7 +35,7 @@
#include
"pitch.h"
#include
"main.h"
#if defined(OPUS_HAVE_RTCD) && !defined(OPUS_X86_PRESUME_
SSE4_1
)
#if defined(OPUS_HAVE_RTCD) && !defined(OPUS_X86_PRESUME_
AVX2
)
#if defined(FIXED_POINT)
...
...
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