# HG changeset patch # User lorenm # Date 1260307441 0 # Node ID f0f34732208ad5e8c01568bedf7450284a5629f6 # Parent 1f835b8a41c016f18a5af84fd4f558897b8814d8 fix a crash in ape decoding on x86_32 sse2 diff -r 1f835b8a41c0 -r f0f34732208a x86/dsputil_yasm.asm --- 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