]> git.sesse.net Git - ffmpeg/commit
SBR DSP: fix SSE code to not use SSE2 instructions.
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Tue, 6 Mar 2012 21:11:30 +0000 (22:11 +0100)
committerRonald S. Bultje <rsbultje@gmail.com>
Tue, 6 Mar 2012 21:40:35 +0000 (13:40 -0800)
commitb5161908e06b4497bf663510fb495ba97a6fd2b5
tree832968d4ecaa7fc2982f6b4681f5d04f5880cd88
parenta9c5b6f6020c3fad6bf59985518e08453e002cdf
SBR DSP: fix SSE code to not use SSE2 instructions.

movq from SSE register _to_ memory is an SSE2 instruction.
Use the SSE movlps function instead that does the same thing.

Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
libavcodec/x86/sbrdsp.asm