summaryrefslogtreecommitdiff
path: root/libavutil/x86
Commit message (Expand)AuthorAge
* x86inc: Enable AVX emulation in additional casesAnton Mitrofanov2016-05-16
* x86inc: Improve handling of %ifid with multi-token parametersAnton Mitrofanov2016-05-16
* x86inc: Fix AVX emulation of some instructionsAnton Mitrofanov2016-05-16
* x86inc: Fix AVX emulation of scalar float instructionsHenrik Gramner2016-05-16
* 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
* x86: Serialize rdtsc in read_time()Henrik Gramner2015-07-09
* x86: check for AV_CPU_FLAG_AVXSLOW where usefulJames Almer2015-05-31
* x86: Add helper macros to check for slow cpuflagsJames Almer2015-05-31
* x86: add AV_CPU_FLAG_AVXSLOW flagJames Almer2015-05-31
* x86inc: Clear __SECT__Timothy Gu2015-05-28
* v210enc: Add SIMD optimised 8-bit and 10-bit encodersKieran Kunhya2014-12-05
* x86inc: Make INIT_CPUFLAGS support an arbitrary number of cpuflagsHenrik Gramner2014-09-09
* x86inc: Free up variable name "n" in global namespaceLoren Merritt2014-09-09
* x86inc: Make ym# behave the same way as xm#Henrik Gramner2014-09-09
* Update Fiona's name in copyright statements.Diego Biurrun2014-07-01
* x86: add detection for Bit Manipulation Instruction setsJames Almer2014-02-23
* x86: add detection for FMA3 instruction setJames Almer2014-02-23
* x86: add missing XOP checks and macrosJames Almer2014-02-23
* x86: float dsp: unroll SSE versionsChristophe Gisquet2014-02-20
* x86inc: Speed up assembling with YasmLoren Merritt2014-01-26
* libavutil: x86: Add AVX2 capable CPU detection.Kieran Kunhya2013-10-25
* x86: more AVX2 frameworkJason Garrett-Glaser2013-10-14
* x86inc: FMA3/4 SupportJason Garrett-Glaser2013-10-14
* x86inc: Remove our FMA4 supportDerek Buitenhuis2013-10-14
* x86inc: Use VEX-encoded instructions in AVX functionsHenrik Gramner2013-10-14
* x86inc: Remove .rodata kludgesHenrik Gramner2013-10-09
* x86inc: remove misaligned cpu flagHenrik Gramner2013-10-07
* x86inc: various minor backports from x264Jason Garrett-Glaser2013-10-07
* x86inc: Check for __OUTPUT_FORMAT__ having a value of "x64"Derek Buitenhuis2013-10-07
* x86inc: Utilize the shadow space on 64-bit WindowsHenrik Gramner2013-10-07
* x86inc: create xm# and ym#, analagous to m#Loren Merritt2013-10-07
* x86inc: fix some corner cases of SWAPLoren Merritt2013-10-07
* x86inc: Use SSE instead of SSE2 for copying dataHenrik Gramner2013-10-07
* x86inc: Set ELF hidden visibility for global constantsHenrik Gramner2013-10-07