comparison x86/vp8dsp.asm @ 12173:c47ddb7df424 libavcodec

Change return statement, the REP_RET is a mistake since the else case (x86-64, sse2) doesn't actually loop, so REP_RET isn't necessary.
author rbultje
date Fri, 16 Jul 2010 18:29:14 +0000
parents b246b214c2e9
children 57038190cc5f
comparison
equal deleted inserted replaced
12172:93ba40eb28b9 12173:c47ddb7df424
1804 jg .next8px 1804 jg .next8px
1805 %endif 1805 %endif
1806 1806
1807 %ifndef m8 ; sse2 on x86-32 or mmx/mmxext 1807 %ifndef m8 ; sse2 on x86-32 or mmx/mmxext
1808 mov rsp, r4 ; restore stack pointer 1808 mov rsp, r4 ; restore stack pointer
1809 %endif
1809 RET 1810 RET
1810 %else ; sse2 on x86-64
1811 REP_RET
1812 %endif
1813 %endmacro 1811 %endmacro
1814 1812
1815 INIT_MMX 1813 INIT_MMX
1816 INNER_LOOPFILTER mmx, v, 6, 8 1814 INNER_LOOPFILTER mmx, v, 6, 8
1817 INNER_LOOPFILTER mmx, h, 6, 8 1815 INNER_LOOPFILTER mmx, h, 6, 8