[FFmpeg-devel] [PATCH] lavu/x86/lls: add fma3 optimizations for update_lls

Henrik Gramner henrik at gramner.com
Thu Jan 14 11:02:12 CET 2016


Use the x86inc syntax for FMA instructions (basically FMA4 syntax that
gets assembled as FMA3) since normal FMA3 opcodes are horrible to
read, nobody ever remembers the ordering of operands.


More information about the ffmpeg-devel mailing list