FFmpeg/libavutil/x86
Anton Mitrofanov e428f3b30c x86inc: Enable AVX emulation in additional cases
Allows emulation to work when dst is equal to src2 as long as the
instruction is commutative, e.g. `addps m0, m1, m0`.
2016-04-20 19:16:22 +02:00
..
asm.h
bswap.h
cpu.c x86/cpu: set avxslow cpuflag on btver2 CPUs 2016-02-07 16:39:21 -03:00
cpu.h x86: add some more helper macros to check for slow cpuflags 2016-02-14 20:00:17 -03:00
cpuid.asm
emms.asm
emms.h x86/emms: empty the mmx state unconditionally on supported targets 2016-02-04 01:49:01 -03:00
fixed_dsp_init.c
fixed_dsp.asm
float_dsp_init.c x86: use the new helper macros where useful 2016-02-14 20:00:21 -03:00
float_dsp.asm
intmath.h
intreadwrite.h
lls_init.c x86: use the new helper macros where useful 2016-02-14 20:00:21 -03:00
lls.asm
Makefile
pixelutils_init.c
pixelutils.asm
pixelutils.h
timer.h
w64xmmtest.h all: Add missing header guards 2016-01-28 19:49:48 -08:00
x86inc.asm x86inc: Enable AVX emulation in additional cases 2016-04-20 19:16:22 +02:00
x86util.asm