]> git.sesse.net Git - ffmpeg/commit
x86inc: Flag shufps as an floating-point instruction for the AVX emulation code.
authorVitor Sessak <vitor1001@gmail.com>
Sun, 27 Nov 2011 14:41:56 +0000 (15:41 +0100)
committerRonald S. Bultje <rsbultje@gmail.com>
Sun, 27 Nov 2011 21:10:33 +0000 (13:10 -0800)
commit6b6ee58249b233585f1f7d89aec4fe58f65b5ed7
treec8096e7ee5ab41bd501979e179590cac325755ed
parent0df5e869cb9fc4eb6f7aacdf40920b0b87ce4db7
x86inc: Flag shufps as an floating-point instruction for the AVX emulation code.

Without this, code like "shufps m0, m1, m2, 0xaa" would not work in CPUs
not supporting SSE2.

Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
libavutil/x86/x86inc.asm