Re: [FFmpeg-devel] [PATCH 05/18] lavu/riscv: add optimisations

2022-09-14 Thread Rémi Denis-Courmont
Hmm. It looks like I accidentally dropped a fix-up while rebasing/squashing and bow there's 8-bit instead of 16-bit clipping :-( Will send the trivial fix in a few hours. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/l

[FFmpeg-devel] [PATCH 05/18] lavu/riscv: add optimisations

2022-09-12 Thread remi
From: Rémi Denis-Courmont This provides some micro-optimisations for signed integer clipping, and support for bit weight with the Zbb extension. --- libavutil/intmath.h | 5 +- libavutil/riscv/intmath.h | 103 ++ 2 files changed, 106 insertions(+), 2 d

[FFmpeg-devel] [PATCH 05/18] lavu/riscv: add optimisations

2022-09-09 Thread remi
From: Rémi Denis-Courmont This provides some micro-optimisations for signed integer clipping, and support for bit weight with the Zbb extension. --- libavutil/intmath.h | 5 +- libavutil/riscv/intmath.h | 103 ++ 2 files changed, 106 insertions(+), 2 d