FFmpeg/libavutil/x86
Henrik Gramner b1496008ee x86inc: Improve FMA instruction handling
* Correctly handle FMA instructions with memory operands.
 * Print a warning if FMA instructions are used without the correct cpuflag.
 * Simplify the instantiation code.
 * Clarify documentation.

Only the last operand in FMA3 instructions can be a memory operand. When
converting FMA4 instructions to FMA3 instructions we can utilize the fact
that multiply is a commutative operation and reorder operands if necessary
to ensure that a memory operand is used only as the last operand.
2016-01-21 23:19:46 +01:00
..
asm.h avutil/x86/asm: rename REG_SP to REG_sp 2015-08-22 02:56:53 +02:00
bswap.h avutil/x86/bswap: Remove warning about bswap intrinsics with msvc. 2015-11-23 23:03:32 +11:00
cpu.c lavu: add AESNI CPU flag 2015-10-28 04:23:14 -05:00
cpu.h lavu: add AESNI CPU flag 2015-10-28 04:23:14 -05:00
cpuid.asm Merge commit '79793f833784121d574454af4871866576c0749d' 2014-07-01 15:43:40 +02:00
emms.asm Merge remote-tracking branch 'qatar/master' 2013-01-19 13:20:25 +01:00
emms.h lavu: Fix checkheaders for x86/emms.h 2013-02-17 00:18:16 +01:00
fixed_dsp_init.c x86/fixed_dsp: add ff_butterflies_fixed_sse2 2016-01-16 21:09:38 -03:00
fixed_dsp.asm x86/fixed_dsp: add ff_butterflies_fixed_sse2 2016-01-16 21:09:38 -03:00
float_dsp_init.c x86: check for AV_CPU_FLAG_AVXSLOW where useful 2015-06-01 00:15:35 +02:00
float_dsp.asm x86/float_dsp: zero extend offset from ff_scalarproduct_float_sse 2016-01-08 16:14:32 -03:00
intmath.h x86/intmath: disable sse av_clip functions when using ICC 2016-01-21 16:50:51 -03:00
intreadwrite.h
lls_init.c lavu/x86/lls: add fma3 optimizations for update_lls 2016-01-15 16:46:13 -05:00
lls.asm lavu/x86/lls: add fma3 optimizations for update_lls 2016-01-15 16:46:13 -05:00
Makefile x86/fixed_dsp: add ff_butterflies_fixed_sse2 2016-01-16 21:09:38 -03:00
pixelutils_init.c pixelutils: Comment on (lack of) sad_8x8_sse2 2015-03-04 21:58:53 +01:00
pixelutils.asm x86inc: Drop SECTION_TEXT macro 2015-08-04 20:13:09 +02:00
pixelutils.h avutil: add pixelutils API 2014-08-05 21:05:52 +02:00
timer.h Merge commit 'd1a6cb195f610978ba5d2351e60f938f7f261d59' 2015-07-09 12:28:09 +02:00
w64xmmtest.h Reinstate proper FFmpeg license for all files. 2013-08-30 15:47:38 +00:00
x86inc.asm x86inc: Improve FMA instruction handling 2016-01-21 23:19:46 +01:00
x86util.asm x86: port PSIGNW to cpuflags 2015-09-11 23:27:03 -03:00