summaryrefslogtreecommitdiff
path: root/libavutil/x86
Commit message (Expand)AuthorAge
* x86inc: Enable AVX emulation in additional casesAnton Mitrofanov2016-04-20
* x86inc: Improve handling of %ifid with multi-token parametersAnton Mitrofanov2016-04-20
* x86inc: Fix AVX emulation of some instructionsAnton Mitrofanov2016-04-20
* x86inc: Fix AVX emulation of scalar float instructionsHenrik Gramner2016-04-20
* x86: use the new helper macros where usefulJames Almer2016-02-14
* x86: add some more helper macros to check for slow cpuflagsJames Almer2016-02-14
* x86/cpu: set avxslow cpuflag on btver2 CPUsJames Almer2016-02-07
* x86/emms: empty the mmx state unconditionally on supported targetsJames Almer2016-02-04
* all: Add missing header guardsTimothy Gu2016-01-28
* x86inc: Add debug symbols indicating sizes of compiled functionsGeza Lore2016-01-21
* x86inc: Avoid creating unnecessary local labelsHenrik Gramner2016-01-21
* x86inc: Simplify AUTO_REP_RETHenrik Gramner2016-01-21
* x86inc: Use more consistent indentationHenrik Gramner2016-01-21
* x86inc: Preserve arguments when allocating stack spaceHenrik Gramner2016-01-21
* x86inc: Improve FMA instruction handlingHenrik Gramner2016-01-21
* x86inc: Be more verbose in assertion failuresHenrik Gramner2016-01-21
* x86/intmath: disable sse av_clip functions when using ICCJames Almer2016-01-21
* x86/fixed_dsp: add ff_butterflies_fixed_sse2James Almer2016-01-16
* lavu/x86/lls: add fma3 optimizations for update_llsGanesh Ajjanagadde2016-01-15
* x86/intmath: add missing early clobber to output operandsJames Almer2016-01-15
* x86/float_dsp: zero extend offset from ff_scalarproduct_float_sseJames Almer2016-01-08
* x86/float_dsp: zero extend len from ff_butterflies_float_sse implicitlyJames Almer2016-01-08
* x86/float_dsp: remove len check from ff_butterflies_float_sseJames Almer2016-01-08
* x86/intmath: add sse optimized av_clipf and av_clipdJames Almer2016-01-07
* avutil/x86/bswap: Remove warning about bswap intrinsics with msvc.Matt Oliver2015-11-23
* avutil/x86/intmath: Fix intrinsic header include when using newer gcc with ol...Matt Oliver2015-11-12
* avutil/x86/bswap: Add msvc bswap instrinsics.Matt Oliver2015-11-12
* avutil/x86/intmath: Disable use of tzcnt on older intel compilers.Matt Oliver2015-11-11
* avutil/x86/intmath: Correct intrinsic headers for older compilers.Matt Oliver2015-11-09
* avutil/x86/intmath: Add missing header.Matt Oliver2015-11-01
* avutil/x86/intmath: Use tzcnt in place of bsf.Matt Oliver2015-10-31
* lavu: add AESNI CPU flagRodger Combs2015-10-28
* lavu/intmath.h: Move x86 only msvc/icl functions to x86 specific header.Matt Oliver2015-10-19
* lavu/intmath.h: Add msvc/icl ctzll optimisations.Matt Oliver2015-10-19
* x86inc: Make cpuflag() and notcpuflag() return 0 or 1Henrik Gramner2015-10-01
* avutil/attributes: add AV_GCC_VERSION_AT_MOSTJames Almer2015-09-18
* x86: port PSIGNW to cpuflagsJames Almer2015-09-11
* avutil/x86/asm: rename REG_SP to REG_spGanesh Ajjanagadde2015-08-22
* x86inc: warn if XOP integer FMA instruction emulation is impossibleAnton Mitrofanov2015-08-05
* x86inc: Drop SECTION_TEXT macroHenrik Gramner2015-08-04
* x86inc: Support arbitrary stack alignmentsHenrik Gramner2015-08-04
* x86: move XOP emulation code back to x86incJames Almer2015-08-03
* x86inc: Various minor backports from x264Henrik Gramner2015-08-03
* x86inc: Disable vpbroadcastq workaround in newer yasm versionsHenrik Gramner2015-08-03
* x86/float_dsp: add missing colon to labelsJames Almer2015-07-26
* avutil/x86/bswap: force inline asm versions with ICCJames Almer2015-07-18
* Merge commit 'd1a6cb195f610978ba5d2351e60f938f7f261d59'Michael Niedermayer2015-07-09
|\
| * x86: Serialize rdtsc in read_time()Henrik Gramner2015-07-09
| * x86: check for AV_CPU_FLAG_AVXSLOW where usefulJames Almer2015-05-31
* | avutil/x86/intmath: add missing check for inline assemblyJames Almer2015-06-27