aboutsummaryrefslogtreecommitdiffstats
path: root/libavutil/x86/tx_float_init.c
Commit message (Expand)AuthorAgeFilesLines
* lavu/tx: refactor assembly codelet definitionLynne2022-02-071-93/+47
* x86/tx_float: mark AVX2 functions as AVXSLOWLynne2022-01-291-2/+2
* x86/tx_float: add missing FF_TX_OUT_OF_PLACE flag to functionsLynne2022-01-271-2/+2
* x86/tx_float: add permute-free FFT versionsLynne2022-01-261-43/+59
* lavu/tx: rewrite internal code as a tree-based codelet constructorLynne2022-01-261-70/+90
* lavu/x86/tx_float: fix FMA3 implying AVX2 is availableLynne2021-04-241-3/+8
* lavu/x86: add FFT assemblyLynne2021-04-241-0/+101