diff 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
line wrap: on
line diff
--- a/x86/vp8dsp.asm	Fri Jul 16 16:50:56 2010 +0000
+++ b/x86/vp8dsp.asm	Fri Jul 16 18:29:14 2010 +0000
@@ -1806,10 +1806,8 @@
 
 %ifndef m8 ; sse2 on x86-32 or mmx/mmxext
     mov             rsp, r4          ; restore stack pointer
+%endif
     RET
-%else ; sse2 on x86-64
-    REP_RET
-%endif
 %endmacro
 
 INIT_MMX