Re: [FFmpeg-devel] [PATCH] aarch64: Implement stack spilling in a consistent way.

2022-10-11 Thread Reimar Döffinger
Hi Martin, > On 10 Oct 2022, at 23:29, Martin Storsjö wrote: > > On Sun, 9 Oct 2022, reimar.doeffin...@gmx.de wrote: > >> From: Reimar Döffinger >> >> Currently it is done in several different ways, which >> might cause needless dependencies or in case of >> tx_float_neon.S is incorrect. >

Re: [FFmpeg-devel] [PATCH] aarch64: Implement stack spilling in a consistent way.

2022-10-10 Thread Martin Storsjö
On Sun, 9 Oct 2022, reimar.doeffin...@gmx.de wrote: From: Reimar Döffinger Currently it is done in several different ways, which might cause needless dependencies or in case of tx_float_neon.S is incorrect. Signed-off-by: Reimar Döffinger --- libavcodec/aarch64/fft_neon.S | 3 +- li