summaryrefslogtreecommitdiff
path: root/libavutil/x86/tx_float_init.c
Commit message (Expand)AuthorAge
* x86/tx_float: replace fft_sr_avx with fft_sr_fma3Lynne2022-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
* lavu/tx: refactor assembly codelet definitionLynne2022-02-07
* 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: add permute-free FFT versionsLynne2022-01-26
* lavu/tx: rewrite internal code as a tree-based codelet constructorLynne2022-01-26
* lavu/x86/tx_float: fix FMA3 implying AVX2 is availableLynne2021-04-24
* lavu/x86: add FFT assemblyLynne2021-04-24