Mercurial > libavcodec.hg
changeset 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 | 1f835b8a41c0 |
children | 85b5e57f5959 |
files | x86/dsputil_yasm.asm |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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