Skip to content
Snippets Groups Projects
Commit 92d903af authored by James Almer's avatar James Almer
Browse files

x86/vp9dsp: fix clobbering of xmm6 on IDCT sse2 functions

parent 62ea5ae2
No related branches found
No related tags found
No related merge requests found
...@@ -407,6 +407,9 @@ IDCT_4x4_FN ssse3 ...@@ -407,6 +407,9 @@ IDCT_4x4_FN ssse3
%macro IADST4_FN 5 %macro IADST4_FN 5
INIT_MMX %5 INIT_MMX %5
cglobal vp9_%1_%3_4x4_add, 3, 3, 6 + notcpuflag(ssse3), dst, stride, block, eob cglobal vp9_%1_%3_4x4_add, 3, 3, 6 + notcpuflag(ssse3), dst, stride, block, eob
%if WIN64 && notcpuflag(ssse3)
WIN64_SPILL_XMM 7
%endif
movdqa xmm5, [pd_8192] movdqa xmm5, [pd_8192]
mova m0, [blockq+ 0] mova m0, [blockq+ 0]
mova m1, [blockq+ 8] mova m1, [blockq+ 8]
......
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