[FFmpeg-devel] [PATCH] ff_scalarproduct_float_sse

Loren Merritt lorenm
Wed Jan 20 14:38:51 CET 2010


On Tue, 19 Jan 2010, Alex Converse wrote:

>+ lea offsetq, [offsetq*4]

shl offsetq, 2

>+ movaps xmm2, [v2q+offsetq]
>+ mulps  xmm2, xmm1

mulps xmm1, [v2q+offsetq]

--Loren Merritt



More information about the ffmpeg-devel mailing list