Stream: git-wasmtime

Topic: wasmtime / PR #6602 riscv64: Implement SIMD `sqmul_round_...


view this post on Zulip Wasmtime GitHub notifications bot (Jun 18 2023 at 21:15):

afonso360 opened PR #6602 from afonso360:riscv-simd-extra-mul to bytecodealliance:main:

:wave: Hey,

This PR Implements sqmul_round_sat, we have a dedicated instruction for this so it's fairly straight forward.

Additionally it also adds some variants of the existing multiplication instructions that splat one of the inputs. These were originally added before we had support for VX opcodes, and I've just noticed they were missing.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 18 2023 at 21:15):

afonso360 requested fitzgen for a review on PR #6602.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 18 2023 at 21:15):

afonso360 requested wasmtime-compiler-reviewers for a review on PR #6602.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 18 2023 at 21:15):

afonso360 requested wasmtime-default-reviewers for a review on PR #6602.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 18 2023 at 21:18):

afonso360 edited PR #6602:

:wave: Hey,

This PR Implements sqmul_round_sat, we have a dedicated instruction for this so it's fairly straight forward.

Additionally it also adds some variants of the existing multiplication instructions that splat one of the inputs. These were originally added before we had support for VX opcodes, and I've just noticed they were missing.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 19 2023 at 07:00):

elliottt submitted PR review:

This looks good to me! The vx variants for some of the vector ops seem extremely useful!

view this post on Zulip Wasmtime GitHub notifications bot (Jun 19 2023 at 14:49):

afonso360 merged PR #6602.


Last updated: Oct 23 2024 at 20:03 UTC