]> git.sesse.net Git - ffmpeg/commit
dcadsp: fix SSE code to not use SSE2 instructions.
authorHendrik Leppkes <h.leppkes@gmail.com>
Sun, 6 Apr 2014 16:26:24 +0000 (18:26 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Sun, 6 Apr 2014 16:31:22 +0000 (18:31 +0200)
commitfc7e02f0ff345d5331b7c78f2400668d2c79a8b0
treec3ba4dfb64f282d41b44f7d540a28609ab165b20
parent4ccd7cb45b9aa46d94c29dbd1c065b652bda2319
dcadsp: fix SSE code to not use SSE2 instructions.

movq from SSE register to memory is an SSE2 instruction.
Instead, use SSE movlps, which does the same thing.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavcodec/x86/dcadsp.asm