Stream: git-wasmtime

Topic: wasmtime / PR #5953 Restrict uextend and sextend to scala...


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

elliottt opened PR #5953 from trevor/uextend-simd to main:

The uextend and sextend operations had types in the instruction dsl that suggested they could produce vectors from scalars, while no backends could support this behavior. This PR tightens the result type constraints for both instructions to only produce scalar integers, and further restricts the types matched in the s390x backend to avoid any ambiguity.

cc @uweigand

<!--

Please ensure that the following steps are all taken care of before submitting
the PR.

Please ensure all communication adheres to the code of conduct.
-->

view this post on Zulip Wasmtime GitHub notifications bot (Mar 07 2023 at 18:23):

elliottt updated PR #5953 from trevor/uextend-simd to main.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 07 2023 at 18:34):

abrown submitted PR review.

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

elliottt merged PR #5953.


Last updated: Oct 23 2024 at 20:03 UTC