ffmpeg/libavutil/x86
Vitor Sessak 6b6ee58249 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>
2011-11-27 13:10:33 -08:00
..
bswap.h bswap: use native types for av_bwap16(). 2011-04-22 20:05:48 -04:00
cpu.c x86: XOP/FMA4 CPU detection support 2011-09-26 15:30:31 -07:00
intmath.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
intreadwrite.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
timer.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
x86inc.asm x86inc: Flag shufps as an floating-point instruction for the AVX emulation code. 2011-11-27 13:10:33 -08:00
x86util.asm fmtconvert: port int32_to_float_fmul_scalar() x86 inline asm to yasm 2011-10-21 10:13:05 -04:00