Stream: git-wasmtime

Topic: wasmtime / PR #6601 riscv64: Implement Integer Narrowing ...


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

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.

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

afonso360 requested cfallin for a review on PR #6601.

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

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

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

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.

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

alexcrichton submitted PR review.

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

afonso360 updated PR #6601.

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

afonso360 has enabled auto merge for PR #6601.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 22 2023 at 20:04):

afonso360 merged PR #6601.


Last updated: Oct 23 2024 at 20:03 UTC