Changeset 2f7f2e4 in ffmpeg

Timestamp:
Nov 6, 2011, 3:48:14 AM (13 years ago)
Author:
Ronald S. Bultje <rsbultje@gmail.com>
Branches:
master
Children:
c4356536
Parents:
18ae3626
git-author:
Loren Merritt <lorenm@u.washington.edu> (11/02/11 20:13:26)
git-committer:
Ronald S. Bultje <rsbultje@gmail.com> (11/06/11 03:48:14)
Message:

Update x86inc.asm to latest x264 version, and add AVX symmetry.

We keep INIT_AVX (for backwards compatibility). 3arg AVX ops with
a memory arg can only have it in src2, whereas SSE emulation of
3arg prefers to have it in src1 (i.e. the mov). So, if the op is
symmetric and the wrong one is memory, swap them.

(No files)

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