summaryrefslogtreecommitdiff
path: root/libavutil/x86/x86inc.asm
Commit message (Expand)AuthorAge
* avutil/cpu: add AVX512 Icelake flagWu Jianhua2022-03-10
* avutil/x86inc: fix warnings when assembling with Nasm 2.15Henrik Gramner2020-07-12
* x86inc: Drop cpuflags_slowctzHenrik Gramner2018-01-20
* x86inc: Correctly set mmreg variablesHenrik Gramner2018-01-20
* x86inc: Support creating global symbols from local labelsHenrik Gramner2018-01-20
* x86inc: Use .rdata instead of .rodata on WindowsHenrik Gramner2018-01-20
* x86inc: Enable AVX emulation for floating-point pseudo-instructionsHenrik Gramner2018-01-20
* x86inc: set the correct amount of simd regs in x86_64 when avx512 is enabled ...James Almer2017-12-24
* x86inc: AVX-512 supportHenrik Gramner2017-12-24
* Merge commit '7abdd026df6a9a52d07d8174505b33cc89db7bf6'James Almer2017-09-26
|\
| * asm: Consistently uppercase SECTION markersDiego Biurrun2017-02-03
| * x86inc: Avoid using eax/rax for storing the stack pointerHenrik Gramner2017-01-09
| * 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
| * 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
| * x86inc: Clear __SECT__Timothy Gu2015-05-28
| * 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
* | x86inc: don't use read-only data sections on COFF targetsJames Almer2017-06-27
* | x86inc: Add some additional cpuflag relationsHenrik Gramner2017-06-12
* | x86inc: Remove argument from WIN64_RESTORE_XMMAnton Mitrofanov2017-06-09
* | x86inc: Prefer r14/r15 over r12/r13 on x86-64Henrik Gramner2017-06-09
* | x86inc: Make REP_RET identical to RET in SSSE3+ functionsHenrik Gramner2017-06-09
* | x86inc: Fix call with memory operandsHenrik Gramner2017-06-09
* | x86inc: Avoid using eax/rax for storing the stack pointerHenrik Gramner2017-01-09
* | 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
* | 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