Skip to content
This repository was archived by the owner on Dec 22, 2021. It is now read-only.

Commit 2286fff

Browse files
authored
Fix immediate operands for v128.const
This instruction takes 16 bytes of immediate value.
1 parent 95388dc commit 2286fff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposals/simd/BinarySIMD.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The `v8x16.shuffle` instruction has 16 bytes after `simdop`.
2727

2828
| Instruction | `simdop` | Immediate operands |
2929
| --------------------------|---------:|--------------------|
30-
| `v128.const` | 0 | - |
30+
| `v128.const` | 0 | i:ImmByte[16] |
3131
| `v128.load` | 1 | m:memarg |
3232
| `v128.store` | 2 | m:memarg |
3333
| `i8x16.splat` | 3 | - |

0 commit comments

Comments
 (0)