]> 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)
committerMichael Niedermayer <michaelni@gmx.at>
Sun, 27 Nov 2011 23:24:21 +0000 (00:24 +0100)
commitca55606a5127a9ddb10e4c1971c56e3e69bfd864
treeea45ef78718ad5cea2c45902182eb823536228a4
parente64edeed3ccbf6808218aeb55639e701f0dab40e
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: Michael Niedermayer <michaelni@gmx.at>
libavutil/x86/x86inc.asm