From: "Rémi Denis-Courmont" <remi@remlab.net> To: ffmpeg-devel@ffmpeg.org Subject: [FFmpeg-devel] [PATCHv2 0/5] RISC-V scalar and Zbb support Date: Tue, 06 Sep 2022 19:49:51 +0300 Message-ID: <12048155.O9o76ZdvQC@basile.remlab.net> (raw) The following changes since commit d9e3cb7e73c77ccddc4d29ed5c1be3920f72c226: avfilter/vf_scale: overwrite the width and height expressions with the original values (2022-09-06 10:10:42 -0300) are available in the Git repository at: https://git.remlab.net/git/ffmpeg.git for you to fetch changes up to 0b31c3c3b1b9edef4107c5f7ddd4f3e0598dd21c: lavu/riscv: add <intmath.h> optimisations (2022-09-06 19:35:41 +0300) This collects the previous three patchsets (Zbb-CLZ, Zbb-REV and RDCYCLE) and adds bit weight, clipping and the barest amount of documentation. ---------------------------------------------------------------- Rémi Denis-Courmont (5): doc: reference the RISC-V specification lavu/riscv: AV_READ_TIME cycle counter configure/riscv: detect fast CLZ lavu/riscv: byte-swap operations lavu/riscv: add <intmath.h> optimisations configure | 6 +++ doc/optimization.txt | 5 +++ libavutil/bswap.h | 2 + libavutil/intmath.h | 5 ++- libavutil/riscv/bswap.h | 74 +++++++++++++++++++++++++++++++++++ libavutil/riscv/intmath.h | 99 +++++++++++++++++++++++++++++++++++++++++++++++ libavutil/riscv/timer.h | 53 +++++++++++++++++++++++++ libavutil/timer.h | 2 + 8 files changed, 244 insertions(+), 2 deletions(-) create mode 100644 libavutil/riscv/bswap.h create mode 100644 libavutil/riscv/intmath.h create mode 100644 libavutil/riscv/timer.h -- Rémi Denis-Courmont http://www.remlab.net/ _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".
next reply other threads:[~2022-09-06 16:50 UTC|newest] Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top 2022-09-06 16:49 Rémi Denis-Courmont [this message] 2022-09-06 16:50 ` [FFmpeg-devel] [PATCH 1/5] doc: reference the RISC-V specification remi 2022-09-06 16:50 ` [FFmpeg-devel] [PATCH 2/5] lavu/riscv: AV_READ_TIME cycle counter remi 2022-09-06 16:50 ` [FFmpeg-devel] [PATCH 3/5] configure/riscv: detect fast CLZ remi 2022-09-06 16:50 ` [FFmpeg-devel] [PATCH 4/5] lavu/riscv: byte-swap operations remi 2022-09-06 16:50 ` [FFmpeg-devel] [PATCH 5/5] lavu/riscv: add <intmath.h> optimisations remi 2022-09-06 17:00 ` Rémi Denis-Courmont 2022-09-06 16:53 ` remi
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=12048155.O9o76ZdvQC@basile.remlab.net \ --to=remi@remlab.net \ --cc=ffmpeg-devel@ffmpeg.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel This inbox may be cloned and mirrored by anyone: git clone --mirror https://master.gitmailbox.com/ffmpegdev/0 ffmpegdev/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 ffmpegdev ffmpegdev/ https://master.gitmailbox.com/ffmpegdev \ ffmpegdev@gitmailbox.com public-inbox-index ffmpegdev Example config snippet for mirrors. AGPL code for this site: git clone https://public-inbox.org/public-inbox.git