summaryrefslogtreecommitdiff
path: root/libavutil/x86
Commit message (Expand)AuthorAge
* avutil/x86/float_dsp: Remove obsolete 3dnowext functionAndreas Rheinhardt2022-06-22
* avutil/x86/pixelutils: Remove obsolete MMX(EXT) functionsAndreas Rheinhardt2022-06-22
* x86/tx_float: replace fft_sr_avx with fft_sr_fma3Lynne2022-05-21
* x86/tx_float: improve temporary register allocation for loadsLynne2022-05-21
* x86/tx_float: add AV_CPU_FLAG_AVXSLOW/SLOW_GATHER flags where appropriateLynne2022-05-21
* Revert "x86/tx_float: remove vgatherdpd usage"Lynne2022-05-21
* x86/tx_float: remove vgatherdpd usageLynne2022-05-20
* avutil/cpu: add AVX512 Icelake flagWu Jianhua2022-03-10
* Remove unnecessary libavutil/(avutil|common|internal).h inclusionsAndreas Rheinhardt2022-02-24
* avutil/x86/emms: Don't unnecessarily include lavu/cpu.hAndreas Rheinhardt2022-02-21
* libavutil: include assembly with full path from source rootAlexander Kanavin2022-02-08
* lavu/tx: refactor assembly codelet definitionLynne2022-02-07
* x86/tx_float: avoid redefining macrosLynne2022-02-02
* x86/tx_float: mark AVX2 functions as AVXSLOWLynne2022-01-29
* x86/tx_float: add missing FF_TX_OUT_OF_PLACE flag to functionsLynne2022-01-27
* x86/tx_float: do not build tx_float_init.c if x86 assembly is disabledLynne2022-01-27
* x86/tx_float: add permute-free FFT versionsLynne2022-01-26
* lavu/tx: rewrite internal code as a tree-based codelet constructorLynne2022-01-26
* avutil/cpu: move slow gather checks below in the functionJames Almer2021-12-21
* libavutil/cpu: Add AV_CPU_FLAG_SLOW_GATHER.Alan Kelly2021-12-21
* x86/intmath: add VEX encoded versions of av_clipf() and av_clipd()James Almer2021-11-19
* libavutil/common: clip nan value to aminMark Reid2021-11-15
* x86/tx_float: correctly load the transform lengthLynne2021-07-18
* x86/tx_float: remove ff_ prefix from external constant tablesJames Almer2021-04-25
* x86/tx_float: fix forgotten 2-argument mulpsLynne2021-04-24
* x86/tx_float: use all arguments on vperm2f and vpermilps and reindent commentsLynne2021-04-24
* x86/tx_float: Fixes compilation with old yasmJames Almer2021-04-24
* lavu/x86/tx_float: fix FMA3 implying AVX2 is availableLynne2021-04-24
* lavu/x86: add FFT assemblyLynne2021-04-24
* Include attributes.h directlyAndreas Rheinhardt2021-04-19
* avutil/x86inc: fix warnings when assembling with Nasm 2.15Henrik Gramner2020-07-12
* libavutil: x86: Include stdlib.h before using _byteswap_ulongMartin Storsjö2020-01-23
* x86/float_dsp: add ff_vector_dmul_{sse2,avx}James Almer2018-09-14
* x86/pixelutils: don't use the AVX2 functions on CPUs known to be slow with themJames Almer2018-07-31
* x86/pixelutils: add missing preprocessor wrapper to the AVX2 functionsJames Almer2018-07-31
* avutil/pixelutils: sad_32x32 sse2/avx2 optimizations.Jun Zhao2018-07-31
* lavu/x86/cpu: Fix aesni detectionalexander schmid2018-07-19
* avutil/pixelutils: correct the function name in commentsJun Zhao2018-07-11
* Merge commit '4cf84e254ae75b524e1cacae499a97d7cc9e5906'James Almer2018-02-11
|\
| * Drop some unnecessary config.h #includesDiego Biurrun2018-02-06
| * cpu: split flag checks per arch in av_cpu_max_align()James Almer2017-10-09
* | 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
* | avutil: add alignment needed for AVX-512James Darnley2017-12-24
* | avutil: detect when AVX-512 is availableJames Darnley2017-12-24