]> git.sesse.net Git - ffmpeg/commitdiff
Change return statement, the REP_RET is a mistake since the else case (x86-64,
authorRonald S. Bultje <rsbultje@gmail.com>
Fri, 16 Jul 2010 18:29:14 +0000 (18:29 +0000)
committerRonald S. Bultje <rsbultje@gmail.com>
Fri, 16 Jul 2010 18:29:14 +0000 (18:29 +0000)
sse2) doesn't actually loop, so REP_RET isn't necessary.

Originally committed as revision 24268 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/x86/vp8dsp.asm

index 5d855b8e4dd2212f089b981379d7d77f73279576..e640fe31442c78f45eb5c1667a27131fcfa3e5e0 100644 (file)
@@ -1806,10 +1806,8 @@ cglobal vp8_%2_loop_filter16_inner_%1, 5, %3, %4
 
 %ifndef m8 ; sse2 on x86-32 or mmx/mmxext
     mov             rsp, r4          ; restore stack pointer
-    RET
-%else ; sse2 on x86-64
-    REP_RET
 %endif
+    RET
 %endmacro
 
 INIT_MMX