Stream: git-wasmtime

Topic: wasmtime / PR #1994 Implement SIMD widen instructions for...


view this post on Zulip Wasmtime GitHub notifications bot (Jul 08 2020 at 16:07):

abrown opened PR #1994 from widen to main:

After #1990 is merged, this change adds the remaining instructions necessary for passing all of the current SIMD spec tests. This implementation uses PALIGNR, PMOVSX* and PMOVZX* for lowering the Wasm SIMD widen instructions. It also adds a mechanism for merging lanes in the CDSL for calculating the various type conversions (e.g. i16x8 is widened to i32x4).


Last updated: Nov 22 2024 at 16:03 UTC