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

Commit a289c58

Browse files
authored
Specify v8x16.shuffle text format (#67)
Separate each lane index because they are always interpreted independently.
1 parent 3b1bd0b commit a289c58

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

proposals/simd/TextSIMD.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,9 @@ The canonical text format used for printing `v128.const` instructions is
1919
```
2020
v128.const i32x4 0xNNNNNNNN 0xNNNNNNNN 0xNNNNNNNN 0xNNNNNNNN
2121
```
22+
23+
### v8x16.shuffle
24+
25+
```
26+
v8x16.shuffle i5 i5 i5 i5 i5 i5 i5 i5 i5 i5 i5 i5 i5 i5 i5 i5
27+
```

0 commit comments

Comments
 (0)