Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/videolan/dav1d.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/ext
AgeCommit message (Expand)Author
2022-02-22x86: Update x86inc.asmHenrik Gramner
2021-08-31x86: Automatically convert SSE asm to AVX when compiling for AVX targetsHenrik Gramner
2021-06-15x86inc: Support memory operands in src1 in 3-operand instructionsHenrik Gramner
2021-02-11x86inc: Add stack probing on WindowsHenrik Gramner
2021-01-29Properly fix LOAD_MM_PERMUTATION for AVX-512Anton Mitrofanov
2020-08-21x86inc.asm: remove private_prefix define and config.asm includeJanne Grunau
2020-08-21x86inc.asm: use standalone x86inc.asm as upstreamJanne Grunau
2020-08-21x86inc.asm: Properly sort instructions in alphabetical orderHenrik Gramner
2020-07-01Fix compilation with nasm 2.15Henrik Gramner
2020-06-24x86inc: Improve warnings for use of unsupported instructionsHenrik Gramner
2020-06-24x86inc: Add missing 'blsr' BMI1 instructionHenrik Gramner
2020-06-23x86inc: Add template defines for EVEX broadcastsHenrik Gramner
2020-06-09x86: Fix compiler warnings when using nasm 2.15Henrik Gramner
2020-01-20x86inc: save xmm_regs_used in spill_xmm for non-win64Victorien Le Couviour--Tuffet
2020-01-09x86: add avx512icl cpu flag to x86inc.asmVictorien Le Couviour--Tuffet
2019-10-21x86inc: fix LOAD_MM_PERMUTATION for AVX512Victorien Le Couviour--Tuffet
2019-06-09x86: include config.asm in x86inc instead of every asm fileJames Almer
2019-02-16x86inc: Add support for GFNI instructionsHenrik Gramner
2019-02-16x86inc: Improve warnings for use of unsupported instructionsHenrik Gramner
2019-01-28x86inc: Support N_PEXT bit on Mach-OHenrik Gramner
2018-12-22Add tail call optimizations in SSSE3 itxHenrik Gramner
2018-12-18Implement support for PIC in x86-32 asmHenrik Gramner
2018-12-06Special w=4/8 casesRonald S. Bultje
2018-09-29Build: Move ext folder to srcMarvin Scholz