Re: [FFmpeg-devel] [PATCH 2/2] lavc/rv40dsp: fix RISC-V chroma_mc

2024-12-04 Thread flow gg
The message was sent twice; please ignore this one. 于2024年12月5日周四 12:29写道: > From: sunyuechi > > --- > libavcodec/riscv/rv40dsp_rvv.S | 116 ++--- > 1 file changed, 78 insertions(+), 38 deletions(-) > > diff --git a/libavcodec/riscv/rv40dsp_rvv.S > b/libavcodec/risc

Re: [FFmpeg-devel] [PATCH 2/2] lavc/rv40dsp: fix RISC-V chroma_mc

2024-12-03 Thread Rémi Denis-Courmont
Le sunnuntaina 1. joulukuuta 2024, 7.11.02 EET flow gg a écrit : > Hi, why is there an issue with the ABI? The ABI requires that the stack pointer is properly aligned AT ALL TIMES. Otherwise asynchronous signal handlers would break. > I previously just thought that s0 shouldn't be used here. Cl

Re: [FFmpeg-devel] [PATCH 2/2] lavc/rv40dsp: fix RISC-V chroma_mc

2024-11-30 Thread flow gg
Hi, why is there an issue with the ABI? I previously just thought that s0 shouldn't be used here. Rémi Denis-Courmont 于2024年12月1日周日 00:19写道: > Le keskiviikkona 20. marraskuuta 2024, 3.26.52 EET u...@foxmail.com a > écrit : > > From: sunyuechi > > > > --- > > libavcodec/riscv/rv40dsp_rvv.S | 11

Re: [FFmpeg-devel] [PATCH 2/2] lavc/rv40dsp: fix RISC-V chroma_mc

2024-11-30 Thread Rémi Denis-Courmont
Le keskiviikkona 20. marraskuuta 2024, 3.26.52 EET u...@foxmail.com a écrit : > From: sunyuechi > > --- > libavcodec/riscv/rv40dsp_rvv.S | 113 ++--- > 1 file changed, 75 insertions(+), 38 deletions(-) > > diff --git a/libavcodec/riscv/rv40dsp_rvv.S b/libavcodec/risc

Re: [FFmpeg-devel] [PATCH 2/2] lavc/rv40dsp: fix RISC-V chroma_mc

2024-11-19 Thread flow gg
Updated. Rémi Denis-Courmont 于2024年11月20日周三 00:19写道: > Le tiistaina 19. marraskuuta 2024, 11.11.40 EET u...@foxmail.com a écrit : > > From: sunyuechi > > That patch does not conform to the ABI. > > -- > レミ・デニ-クールモン > http://www.remlab.net/ > ___ > ffm

Re: [FFmpeg-devel] [PATCH 2/2] lavc/rv40dsp: fix RISC-V chroma_mc

2024-11-19 Thread Rémi Denis-Courmont
Le tiistaina 19. marraskuuta 2024, 11.11.40 EET u...@foxmail.com a écrit : > From: sunyuechi That patch does not conform to the ABI. -- レミ・デニ-クールモン http://www.remlab.net/ ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman

Re: [FFmpeg-devel] [PATCH 2/2] lavc/rv40dsp: fix RISC-V chroma_mc

2024-11-19 Thread flow gg
Use this instead 于2024年11月19日周二 17:12写道: > From: sunyuechi > > --- > libavcodec/riscv/rv40dsp_rvv.S | 113 ++--- > 1 file changed, 75 insertions(+), 38 deletions(-) > > diff --git a/libavcodec/riscv/rv40dsp_rvv.S > b/libavcodec/riscv/rv40dsp_rvv.S > index ca431eb8ab

Re: [FFmpeg-devel] [PATCH 2/2] lavc/rv40dsp: fix RISC-V chroma_mc

2024-11-19 Thread flow gg
Please ignore this 于2024年11月19日周二 17:08写道: > From: sunyuechi > > --- > libavcodec/riscv/rv40dsp_rvv.S | 111 ++--- > 1 file changed, 73 insertions(+), 38 deletions(-) > > diff --git a/libavcodec/riscv/rv40dsp_rvv.S > b/libavcodec/riscv/rv40dsp_rvv.S > index ca431eb8