OSDN Git Service

Add a CPU flag for the Atom processor.
authorJustin Ruggles <justin.ruggles@gmail.com>
Tue, 22 Mar 2011 03:32:40 +0000 (23:32 -0400)
committerJustin Ruggles <justin.ruggles@gmail.com>
Tue, 22 Mar 2011 13:11:07 +0000 (09:11 -0400)
commiteba586b0d9f0546c7c9c965edb71e7b29721217d
tree20075ff1b51b3259e6c91e977ebe0511fbe96d19
parentc5f4c0fd5c791ba97eb266cc30ae2172c10feb20
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.
libavutil/cpu.c
libavutil/cpu.h
libavutil/x86/cpu.c