Changeset b5161908 in ffmpeg

Timestamp:
Mar 6, 2012, 9:40:35 PM (13 years ago)
Author:
Ronald S. Bultje <rsbultje@gmail.com>
Branches:
master
Children:
6df42f98, a294a7a1
Parents:
a9c5b6f
git-author:
Reimar Döffinger <Reimar.Doeffinger@gmx.de> (03/06/12 21:11:30)
git-committer:
Ronald S. Bultje <rsbultje@gmail.com> (03/06/12 21:40:35)
Message:

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>

(No files)

Note: See TracChangeset for help on using the changeset viewer.