Stream: git-wasmtime

Topic: wasmtime / PR #6598 riscv64: Implement a few misc SIMD in...


view this post on Zulip Wasmtime GitHub notifications bot (Jun 17 2023 at 11:03):

afonso360 opened PR #6598 from afonso360:riscv-simd-misc-1 to bytecodealliance:main:

:wave: Hey,

This is a number of changes that are all quite small and unrelated to each other but allow us to enable a few more SIMD tests. Each commit is unrelated to other commits, so reviewing them individually might make more sense.

The vector select instruction is implemented the preexisting scalar version of the instruction that uses a conditional branch over a move instruction. Vector move instructions were implemented in #6568 so we just needed to allocate a vector register and the existing code already works!

None of these commits have any relation to the memory64 tests, I just tested enabling those and it looks like we already implement all required instructions.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 17 2023 at 11:03):

afonso360 requested elliottt for a review on PR #6598.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 17 2023 at 11:03):

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

view this post on Zulip Wasmtime GitHub notifications bot (Jun 17 2023 at 11:03):

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

view this post on Zulip Wasmtime GitHub notifications bot (Jun 17 2023 at 11:05):

afonso360 updated PR #6598.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 17 2023 at 11:05):

afonso360 updated PR #6598.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 17 2023 at 12:25):

afonso360 updated PR #6598.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 17 2023 at 17:23):

alexcrichton submitted PR review:

Nice!

view this post on Zulip Wasmtime GitHub notifications bot (Jun 17 2023 at 17:23):

alexcrichton submitted PR review:

Nice!

view this post on Zulip Wasmtime GitHub notifications bot (Jun 17 2023 at 17:23):

alexcrichton created PR review comment:

This may be a bit of a dated copy/paste now that SSSE3 is the baseline for x86_64 simd support, but I've only been doing this in tests that exercise post-SSE2 instructions which I'm not sure if select does, but basically it's ok to delete this line if you'd like

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

afonso360 updated PR #6598.

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

afonso360 has enabled auto merge for PR #6598.

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

afonso360 updated PR #6598.

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

afonso360 merged PR #6598.


Last updated: Oct 23 2024 at 20:03 UTC