diff options
author | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2012-03-06 22:11:30 +0100 |
---|---|---|
committer | Ronald S. Bultje <rsbultje@gmail.com> | 2012-03-06 13:40:35 -0800 |
commit | b5161908e06b4497bf663510fb495ba97a6fd2b5 (patch) | |
tree | 832968d4ecaa7fc2982f6b4681f5d04f5880cd88 /libavcodec/sgienc.c | |
parent | a9c5b6f6020c3fad6bf59985518e08453e002cdf (diff) | |
download | ffmpeg-b5161908e06b4497bf663510fb495ba97a6fd2b5.tar.gz |
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>
Diffstat (limited to 'libavcodec/sgienc.c')
0 files changed, 0 insertions, 0 deletions