diff x86/dsputil_yasm.asm @ 10660:f0f34732208a libavcodec

fix a crash in ape decoding on x86_32 sse2
author lorenm
date Tue, 08 Dec 2009 21:24:01 +0000
parents bb14c1586891
children abb3b23bda35
line wrap: on
line diff
--- a/x86/dsputil_yasm.asm	Tue Dec 08 20:35:01 2009 +0000
+++ b/x86/dsputil_yasm.asm	Tue Dec 08 21:24:01 2009 +0000
@@ -131,7 +131,7 @@
     RET
 
 ; int scalarproduct_and_madd_int16(int16_t *v1, int16_t *v2, int16_t *v3, int order, int mul)
-cglobal scalarproduct_and_madd_int16_%1, 3,4,8, v1, v2, v3, order, mul
+cglobal scalarproduct_and_madd_int16_%1, 4,4,8, v1, v2, v3, order, mul
     shl orderq, 1
     movd    m7, mulm
 %if mmsize == 16