Stream: git-wasmtime

Topic: wasmtime / PR #13702 Fix deterministic behavior of `i32x4...


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

alexcrichton opened PR #13702 from alexcrichton:fix-aarch64-sdot to bytecodealliance:main:

This commit fixes a number of minor issues derivative of #13640. The issues here are:

Some various tests are adjusted to have more edge cases to test, and some auditing work is done on the i16x8.relaxed_dot_i8x16_i7x16_s instruction as well, but these are the two main issues fixed.

Note that the adjustements visible in golden output tests are for deterministic relaxed simd semantics on x64 and aarch64 without sdot. This is expected as the CLIF has been adjusted to match the spec's deterministic implementation semantics.

<!--
Please make sure you include the following information:

Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.html

Please ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->

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

alexcrichton requested wasmtime-compiler-reviewers for a review on PR #13702.

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

alexcrichton requested wasmtime-core-reviewers for a review on PR #13702.

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

alexcrichton requested cfallin for a review on PR #13702.

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

alexcrichton updated PR #13702.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 22 2026 at 08:42):

github-actions[bot] added the label cranelift on PR #13702.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 22 2026 at 08:42):

github-actions[bot] added the label cranelift:area:aarch64 on PR #13702.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 22 2026 at 21:31):

:thumbs_up: cfallin submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 22 2026 at 21:31):

cfallin added PR #13702 Fix deterministic behavior of i32x4.relaxed_dot_i8x16_i7x16_add_s to the merge queue

view this post on Zulip Wasmtime GitHub notifications bot (Jun 22 2026 at 21:55):

:check: cfallin merged PR #13702.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 22 2026 at 21:55):

cfallin removed PR #13702 Fix deterministic behavior of i32x4.relaxed_dot_i8x16_i7x16_add_s from the merge queue


Last updated: Jul 29 2026 at 05:03 UTC