Re: [FFmpeg-devel] [PATCH] lavc/riscv: vset macro for simplify if-else

2024-12-20 Thread Nuo Mi
Applied, Thank you, On Tue, Dec 17, 2024 at 12:04 PM wrote: > From: sunyuechi > > --- > libavcodec/riscv/h26x/asm.S | 78 + > 1 file changed, 18 insertions(+), 60 deletions(-) > > diff --git a/libavcodec/riscv/h26x/asm.S b/libavcodec/riscv/h26x/asm.S > index

[FFmpeg-devel] [PATCH] lavc/riscv: vset macro for simplify if-else

2024-12-16 Thread uk7b-at-foxmail . com
From: sunyuechi --- libavcodec/riscv/h26x/asm.S | 78 + 1 file changed, 18 insertions(+), 60 deletions(-) diff --git a/libavcodec/riscv/h26x/asm.S b/libavcodec/riscv/h26x/asm.S index d37b459f66..d99690d9a0 100644 --- a/libavcodec/riscv/h26x/asm.S +++ b/libavc