x86: Put COPY3_IF_LT under HAVE_6REGS
[platform/upstream/libav.git] / libavcodec / x86 / mathops.h
2015-05-19 Luca Barbatox86: Put COPY3_IF_LT under HAVE_6REGS
2013-09-15 Hendrik Leppkesmathops/x86: work around inline asm miscompilation...
2013-05-12 Diego Biurrunconfigure: Rename cmov processor capability to i686
2012-08-08 Mans RullgardMove MASK_ABS macro to libavcodec/mathops.h
2012-06-25 Ronald S. Bultjex86: place some inline asm under #if HAVE_INLINE_ASM
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-16 Justin Rugglesmathops: fix MULL() when the compiler does not inline...
2011-03-15 Justin Rugglesmathops: change "g" constraint to "rm" in x86-32 versio...
2011-03-15 Justin Rugglesmathops: convert MULL/MULH/MUL64 to inline functions...
2010-05-11 Michael NiedermayerAdding missing () to mathops.h.
2010-02-17 Måns RullgårdMove NEG_[US]SR32 macros to mathops.h
2010-01-20 Måns RullgårdMove COPY3_IF_LT to lavc/mathops.h
2009-02-08 Loren Merrittre-enable mid_pred asm on x86_64. (broke in r16681)
2009-01-18 Aurelien Jacobsmoves mid_pred() into mathops.h (with arch specific...
2008-12-22 Diego BiurrunRename libavcodec/i386/ --> libavcodec/x86/.