summaryrefslogtreecommitdiff
path: root/libavcodec/x86/mathops.h
Commit message (Expand)AuthorAge
* Merge commit '48aef27f5232794e70ecef0d347b9f65e27a9bad'Michael Niedermayer2015-03-17
|\
| * x86: Put COPY3_IF_LT under HAVE_6REGSLuca Barbato2015-03-17
| * mathops/x86: work around inline asm miscompilation with GCC 4.8.1Hendrik Leppkes2013-09-15
* | Fix compilation with !HAVE_6REGS.Carl Eugen Hoyos2014-04-19
* | Use intel compliant CDQ instead of CLTD in inline asm.Matt Oliver2014-03-30
* | mathops/x86: work around inline asm miscompilation with GCC 4.8.1Hendrik Leppkes2013-06-21
* | Merge commit 'f54b55058a429c4eea5bae7e5bcb49bd29b34199'Michael Niedermayer2013-05-13
|\|
| * configure: Rename cmov processor capability to i686Diego Biurrun2013-05-12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-09
|\|
| * Move MASK_ABS macro to libavcodec/mathops.hMans Rullgard2012-08-09
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-25
|\|
| * x86: place some inline asm under #if HAVE_INLINE_ASMRonald S. Bultje2012-06-25
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
|/
* mathops: fix MULL() when the compiler does not inline the function.Justin Ruggles2011-03-15
* mathops: change "g" constraint to "rm" in x86-32 version of MUL64().Justin Ruggles2011-03-15
* mathops: convert MULL/MULH/MUL64 to inline functions rather than macros.Justin Ruggles2011-03-15
* Adding missing () to mathops.h.Michael Niedermayer2010-05-11
* Move NEG_[US]SR32 macros to mathops.hMåns Rullgård2010-02-17
* Move COPY3_IF_LT to lavc/mathops.hMåns Rullgård2010-01-20
* re-enable mid_pred asm on x86_64. (broke in r16681)Loren Merritt2009-02-08
* moves mid_pred() into mathops.h (with arch specific code split by directory)Aurelien Jacobs2009-01-18
* Rename libavcodec/i386/ --> libavcodec/x86/.Diego Biurrun2008-12-22