summaryrefslogtreecommitdiff
path: root/libavutil/x86
Commit message (Expand)AuthorAge
* Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-21
|\
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
| * x86: Add ymm_reg structJames Almer2016-01-28
| * x86inc: Add debug symbols indicating sizes of compiled functionsGeza Lore2016-01-23
| * x86inc: Avoid creating unnecessary local labelsHenrik Gramner2016-01-23
| * x86inc: Simplify AUTO_REP_RETHenrik Gramner2016-01-23
| * x86inc: Use more consistent indentationHenrik Gramner2016-01-23
| * x86inc: Preserve arguments when allocating stack spaceHenrik Gramner2016-01-23
| * x86inc: Improve FMA instruction handlingHenrik Gramner2016-01-23
| * x86inc: Be more verbose in assertion failuresHenrik Gramner2016-01-23
| * x86inc: Make cpuflag() and notcpuflag() return 0 or 1Henrik Gramner2016-01-23
| * x86inc: Various minor backports from x264Henrik Gramner2015-08-13
| * x86inc: Drop SECTION_TEXT macroHenrik Gramner2015-08-11
| * x86inc: Disable vpbroadcastq workaround in newer yasm versionsHenrik Gramner2015-08-11
| * x86inc: Fix instantiation of YMM registersChristophe Gisquet2015-08-11
| * x86inc: warn when instructions incompatible with current cpuflags are usedAnton Mitrofanov2015-08-11
| * x86inc: Support arbitrary stack alignmentsHenrik Gramner2015-08-11
| * x86inc: warn if XOP integer FMA instruction emulation is impossibleAnton Mitrofanov2015-08-11
* | lavu/intmath.h: fix compilation with msvc10.Matt Oliver2016-06-13
* | x86/showcqt: use three operand format for some instructionsJames Almer2016-06-08
* | avutil/x86util: move haddps sse emulation from showcqtJames Almer2016-06-08
* | 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