Re: [FFmpeg-devel] [PATCH 00/11] lavu/tx: FFT improvements, additions and assembly

2021-04-24 Thread Lynne
Apr 19, 2021, 22:19 by d...@lynne.ee: > This patchset cleans up and improves the power-of-two C code, > adds a 7-point and a 9-point FFT, and adds a power-of-two length > floating-point assembly. > Patchset pushed. Hopefully FATE will pass everywhere, but there's enough lenience in the check for

Re: [FFmpeg-devel] [PATCH 00/11] lavu/tx: FFT improvements, additions and assembly

2021-04-21 Thread Paul B Mahol
I will just test it and reply if everything is ok. On Wed, Apr 21, 2021 at 4:43 AM Lynne wrote: > Apr 19, 2021, 22:19 by d...@lynne.ee: > > > This patchset cleans up and improves the power-of-two C code, > > adds a 7-point and a 9-point FFT, and adds a power-of-two length > > floating-point asse

Re: [FFmpeg-devel] [PATCH 00/11] lavu/tx: FFT improvements, additions and assembly

2021-04-20 Thread Lynne
Apr 19, 2021, 22:19 by d...@lynne.ee: > This patchset cleans up and improves the power-of-two C code, > adds a 7-point and a 9-point FFT, and adds a power-of-two length > floating-point assembly. > Ping. There's no one signed up to review the assembly yet, but apart from me, there's unfortunatel

[FFmpeg-devel] [PATCH 00/11] lavu/tx: FFT improvements, additions and assembly

2021-04-19 Thread Lynne
This patchset cleans up and improves the power-of-two C code, adds a 7-point and a 9-point FFT, and adds a power-of-two length floating-point assembly. >From 6810e483e9273751578c730e3a7d408bf2117dd9 Mon Sep 17 00:00:00 2001 From: Lynne Date: Mon, 19 Apr 2021 22:17:05 +0200 Subject: [PATCH 00/11]