summaryrefslogtreecommitdiff
path: root/libavutil/x86/tx_float.asm
Commit message (Expand)AuthorAge
* x86/tx_float: save a branch during coefficient deinterleavingLynne2022-08-09
* x86/tx_float: replace fft_sr_avx with fft_sr_fma3Lynne2022-05-21
* x86/tx_float: improve temporary register allocation for loadsLynne2022-05-21
* Revert "x86/tx_float: remove vgatherdpd usage"Lynne2022-05-21
* x86/tx_float: remove vgatherdpd usageLynne2022-05-20
* libavutil: include assembly with full path from source rootAlexander Kanavin2022-02-08
* x86/tx_float: avoid redefining macrosLynne2022-02-02
* x86/tx_float: add permute-free FFT versionsLynne2022-01-26
* lavu/tx: rewrite internal code as a tree-based codelet constructorLynne2022-01-26
* 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