summaryrefslogtreecommitdiffstats
path: root/libavutil/x86
Commit message (Expand)AuthorAgeFilesLines
* x86util: Port all macros to cpuflagsDiego Biurrun2017-03-141-21/+31
* build: Generalize yasm/nasm-related variable namesDiego Biurrun2017-03-012-7/+7
* asm: Consistently uppercase SECTION markersDiego Biurrun2017-02-031-1/+1
* x86inc: Avoid using eax/rax for storing the stack pointerHenrik Gramner2017-01-091-0/+7
* float_dsp: Have implementation match function pointer prototypeDiego Biurrun2016-11-031-1/+1
* emms: Give apriv_emms_yasm() a more general nameDiego Biurrun2016-10-182-4/+4
* x86: Add missing colons after assembly labelsDiego Biurrun2016-10-171-2/+2
* x86util: Document SBUTTERFLY macroAlexandra Hájková2016-09-191-0/+10
* imgutils: add a function for copying image data from GPU mapped memoryAnton Khirnov2016-08-313-0/+104
* x86: cpu: Detect Conroe CPUs and their slow shuffle unitFiona Glaser2016-07-201-0/+6
* x86: Add SSSE3_SLOW CPU flag and related convenience macrosDiego Biurrun2016-07-201-0/+6
* x86util: Extend SPLATW for avx2James Almer2016-07-181-1/+3
* asm: FF_-prefix internal macros used in inline assemblyDiego Biurrun2016-05-282-35/+35
* x86inc: Enable AVX emulation in additional casesAnton Mitrofanov2016-05-161-8/+13
* x86inc: Improve handling of %ifid with multi-token parametersAnton Mitrofanov2016-05-161-2/+2
* x86inc: Fix AVX emulation of some instructionsAnton Mitrofanov2016-05-161-20/+24
* x86inc: Fix AVX emulation of scalar float instructionsHenrik Gramner2016-05-161-14/+14
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-1/+1
* x86: Add ymm_reg structJames Almer2016-01-281-0/+1
* x86inc: Add debug symbols indicating sizes of compiled functionsGeza Lore2016-01-231-0/+23
* x86inc: Avoid creating unnecessary local labelsHenrik Gramner2016-01-231-2/+4
* x86inc: Simplify AUTO_REP_RETHenrik Gramner2016-01-231-4/+2
* x86inc: Use more consistent indentationHenrik Gramner2016-01-231-67/+67
* x86inc: Preserve arguments when allocating stack spaceHenrik Gramner2016-01-231-2/+5
* x86inc: Improve FMA instruction handlingHenrik Gramner2016-01-231-40/+37
* x86inc: Be more verbose in assertion failuresHenrik Gramner2016-01-231-1/+1
* x86inc: Make cpuflag() and notcpuflag() return 0 or 1Henrik Gramner2016-01-231-2/+3
* x86inc: Various minor backports from x264Henrik Gramner2015-08-131-11/+21
* x86inc: Drop SECTION_TEXT macroHenrik Gramner2015-08-111-12/+0
* x86inc: Disable vpbroadcastq workaround in newer yasm versionsHenrik Gramner2015-08-111-9/+11
* x86inc: Fix instantiation of YMM registersChristophe Gisquet2015-08-111-1/+1
* x86inc: warn when instructions incompatible with current cpuflags are usedAnton Mitrofanov2015-08-111-288/+299
* x86inc: Support arbitrary stack alignmentsHenrik Gramner2015-08-111-22/+40
* x86inc: warn if XOP integer FMA instruction emulation is impossibleAnton Mitrofanov2015-08-111-2/+5
* x86: Serialize rdtsc in read_time()Henrik Gramner2015-07-091-1/+6
* x86: check for AV_CPU_FLAG_AVXSLOW where usefulJames Almer2015-05-312-2/+2
* x86: Add helper macros to check for slow cpuflagsJames Almer2015-05-311-0/+18
* x86: add AV_CPU_FLAG_AVXSLOW flagJames Almer2015-05-311-3/+14
* x86inc: Clear __SECT__Timothy Gu2015-05-281-1/+5
* v210enc: Add SIMD optimised 8-bit and 10-bit encodersKieran Kunhya2014-12-051-0/+5
* x86inc: Make INIT_CPUFLAGS support an arbitrary number of cpuflagsHenrik Gramner2014-09-091-19/+22
* x86inc: Free up variable name "n" in global namespaceLoren Merritt2014-09-091-9/+9
* x86inc: Make ym# behave the same way as xm#Henrik Gramner2014-09-091-4/+4
* Update Fiona's name in copyright statements.Diego Biurrun2014-07-012-2/+2
* x86: add detection for Bit Manipulation Instruction setsJames Almer2014-02-231-6/+11
* x86: add detection for FMA3 instruction setJames Almer2014-02-232-1/+7
* x86: add missing XOP checks and macrosJames Almer2014-02-231-0/+3
* x86: float dsp: unroll SSE versionsChristophe Gisquet2014-02-201-16/+24
* x86inc: Speed up assembling with YasmLoren Merritt2014-01-261-23/+23
* libavutil: x86: Add AVX2 capable CPU detection.Kieran Kunhya2013-10-252-0/+11
OpenPOWER on IntegriCloud