WebAssembly / simd

Branch of the spec repo scoped to discussion of SIMD in WebAssembly
Other
527 stars 43 forks source link

indicate their imm of v128.load32_zero and V128.load64_zero #517

Closed lum1n0us closed 2 years ago

lum1n0us commented 2 years ago

In "https://github.com/WebAssembly/simd/blob/main/proposals/simd/BinarySIMD.md#simd-instruction-encodings", should mark "m:memarg" in the "Immediate operands" column for v128.load32_zero and V128.load64_zero

ngzhian commented 2 years ago

Thanks! I put up a patch to fix it. For more up to date, you can also refer to https://webassembly.github.io/simd/core/binary/instructions.html.