Commit 9e12ae1d authored by lorenm's avatar lorenm

fix a crash in ape decoding on x86_32 sse2


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@20777 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent cb81bf0f
......@@ -131,7 +131,7 @@ cglobal scalarproduct_int16_%1, 3,3,4, v1, v2, order, shift
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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment