Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
a6e46ed5
Commit
a6e46ed5
authored
Jul 01, 2013
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "avutil/x86: disable ff_evaluate_lls_sse2() for 32bit"
This reverts commit
24742524
.
parent
4e488ac5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lls_init.c
libavutil/x86/lls_init.c
+1
-1
No files found.
libavutil/x86/lls_init.c
View file @
a6e46ed5
...
@@ -32,7 +32,7 @@ av_cold void ff_init_lls_x86(LLSModel *m)
...
@@ -32,7 +32,7 @@ av_cold void ff_init_lls_x86(LLSModel *m)
int
cpu_flags
=
av_get_cpu_flags
();
int
cpu_flags
=
av_get_cpu_flags
();
if
(
EXTERNAL_SSE2
(
cpu_flags
))
{
if
(
EXTERNAL_SSE2
(
cpu_flags
))
{
m
->
update_lls
=
ff_update_lls_sse2
;
m
->
update_lls
=
ff_update_lls_sse2
;
if
(
m
->
indep_count
>=
4
&&
ARCH_X86_64
)
if
(
m
->
indep_count
>=
4
)
m
->
evaluate_lls
=
ff_evaluate_lls_sse2
;
m
->
evaluate_lls
=
ff_evaluate_lls_sse2
;
}
}
if
(
EXTERNAL_AVX
(
cpu_flags
)
&&
0
)
{
if
(
EXTERNAL_AVX
(
cpu_flags
)
&&
0
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment