afonso360 opened PR #6601 from afonso360:riscv-simd-int-narrow
to bytecodealliance:main
:
:wave: Hey,
This PR implements some of the integer narrowing instructions (
{s,u,uu}narrow
). We don't have an exact native instruction for this, so the general strategy is to narrow each input individually and the merge them together.
afonso360 requested cfallin for a review on PR #6601.
afonso360 requested wasmtime-compiler-reviewers for a review on PR #6601.
afonso360 edited PR #6601:
:wave: Hey,
This PR implements some of the integer narrowing instructions (
{s,u,uu}narrow
). We don't have an exact native instruction for this, so the general strategy is to narrow each input individually and then merge them together.
alexcrichton submitted PR review.
afonso360 updated PR #6601.
afonso360 has enabled auto merge for PR #6601.
afonso360 merged PR #6601.
Last updated: Nov 22 2024 at 16:03 UTC