You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 22, 2021. It is now read-only.
The SIMD instruction encodings table in BinarySIMD.md references LaneIdx32, LaneIdx16, etc., but doesn't define their representation anywhere.
I've been pointed to https://github.com/WebAssembly/simd/blob/master/proposals/simd/SIMD.md#immediate-operands which does mention all of these are just single bytes, but it would be useful to encode this in the binary representation document as well.
Additionally, the name in the explainer (
ImmLaneIdxN
) mismatches the one used in BinarySIMD (LaneIdxN
), leading to further potential confusion.The text was updated successfully, but these errors were encountered: