Changeset eba586b0 in ffmpeg

Timestamp:
Mar 22, 2011, 1:11:07 PM (14 years ago)
Author:
Justin Ruggles <justin.ruggles@gmail.com>
Branches:
master
Children:
45ed8225
Parents:
c5f4c0fd
git-author:
Justin Ruggles <justin.ruggles@gmail.com> (03/22/11 03:32:40)
git-committer:
Justin Ruggles <justin.ruggles@gmail.com> (03/22/11 13:11:07)
Message:

Add a CPU flag for the Atom processor.

The Atom has SSSE3 support, which is useful in many cases, but sometimes the
SSSE3 version is slower than the SSE2 equivalent on the Atom, but is generally
faster on other processors supporting SSSE3. This flag allows for selectively
disabling certain SSSE3 functions on the Atom.

(No files)

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