summaryrefslogtreecommitdiffstats
path: root/libavutil/x86/intmath.h
Commit message (Expand)AuthorAgeFilesLines
* Don't use _tzcnt instrinics with clang for windows w/o BMI.Dale Curtis2017-10-251-1/+2
* lavu/intmath.h: fix compilation with msvc10.Matt Oliver2016-06-131-0/+2
* x86/intmath: disable sse av_clip functions when using ICCJames Almer2016-01-211-2/+2
* x86/intmath: add missing early clobber to output operandsJames Almer2016-01-151-2/+2
* x86/intmath: add sse optimized av_clipf and av_clipdJames Almer2016-01-071-0/+33
* avutil/x86/intmath: Fix intrinsic header include when using newer gcc with ol...Matt Oliver2015-11-121-1/+1
* avutil/x86/intmath: Disable use of tzcnt on older intel compilers.Matt Oliver2015-11-111-1/+1
* avutil/x86/intmath: Correct intrinsic headers for older compilers.Matt Oliver2015-11-091-2/+6
* avutil/x86/intmath: Add missing header.Matt Oliver2015-11-011-0/+3
* avutil/x86/intmath: Use tzcnt in place of bsf.Matt Oliver2015-10-311-39/+15
* lavu/intmath.h: Move x86 only msvc/icl functions to x86 specific header.Matt Oliver2015-10-191-0/+20
* lavu/intmath.h: Add msvc/icl ctzll optimisations.Matt Oliver2015-10-191-0/+35
* avutil/x86/intmath: add missing check for inline assemblyJames Almer2015-06-271-1/+1
* avutil/x86/intmath: use bzhi gcc builtin in av_mod_uintp2()James Almer2015-06-271-0/+7
* libavutil: add bmi2 optimized av_mod_uintp2James Almer2015-03-201-2/+22
* libavutil: add x86 optimized av_popcountJames Almer2015-02-251-0/+38
* x86: remove FASTDIV inline asmMans Rullgard2012-08-221-37/+0
* x86: place some inline asm under #if HAVE_INLINE_ASMRonald S. Bultje2012-06-251-0/+2
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Replace many includes of libavutil/common.h with what is actually neededMåns Rullgård2010-03-091-2/+0
* Move FASTDIV macro to intmath.hMåns Rullgård2010-01-191-0/+37
OpenPOWER on IntegriCloud