projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e488ac
)
Revert "avutil/x86: disable ff_evaluate_lls_sse2() for 32bit"
author
Michael Niedermayer
<michaelni@gmx.at>
Mon, 1 Jul 2013 00:27:47 +0000
(
02:27
+0200)
committer
Michael Niedermayer
<michaelni@gmx.at>
Mon, 1 Jul 2013 00:27:47 +0000
(
02:27
+0200)
This reverts commit
247425241cb3b2b76df1c2aced5ce0d56126b82d
.
libavutil/x86/lls_init.c
patch
|
blob
|
history
diff --git
a/libavutil/x86/lls_init.c
b/libavutil/x86/lls_init.c
index
9be0e74
..
eb57042
100644
(file)
--- a/
libavutil/x86/lls_init.c
+++ b/
libavutil/x86/lls_init.c
@@
-32,7
+32,7
@@
av_cold void ff_init_lls_x86(LLSModel *m)
int cpu_flags = av_get_cpu_flags();
if (EXTERNAL_SSE2(cpu_flags)) {
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;
}
if (EXTERNAL_AVX(cpu_flags) && 0) {