Changeset fc7e02f0 in ffmpeg

Timestamp:
Apr 6, 2014, 4:31:22 PM (11 years ago)
Author:
Michael Niedermayer <michaelni@gmx.at>
Branches:
master
Children:
57d10a28
Parents:
4ccd7cb4
git-author:
Hendrik Leppkes <h.leppkes@gmail.com> (04/06/14 16:26:24)
git-committer:
Michael Niedermayer <michaelni@gmx.at> (04/06/14 16:31:22)
Message:

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>

(No files)

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