[FFmpeg-devel] [PATCH] arm32/neon: Avoid using bge/beq for function calls

2023-01-06 Thread Rui Ueyama
f `bge` or `beq`. Signed-off-by: Rui Ueyama --- libswresample/arm/audio_convert_neon.S | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/libswresample/arm/audio_convert_neon.S b/libswresample/arm/audio_convert_neon.S index 085d50aafa..3fe114772c 100644 --- a/libswre

Re: [FFmpeg-devel] [PATCH] arm32/neon: Avoid using bge/beq for function calls

2023-01-13 Thread Rui Ueyama
Hey Martin, It's nice to see you on this mailing list! Sorry about sending this email as a reply to a wrong email, as I didn't receive your mail and thus couldn't send this as a reply to your mail. > On Sat, 7 Jan 2023, Rui Ueyama wrote: > > > It looks like compiler