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

Commit

Permalink
Specify v8x16.shuffle text format (#67)
Browse files Browse the repository at this point in the history
Separate each lane index because they are always interpreted
independently.
  • Loading branch information
tlively authored Mar 5, 2019
1 parent 3b1bd0b commit a289c58
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions proposals/simd/TextSIMD.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,9 @@ The canonical text format used for printing `v128.const` instructions is
```
v128.const i32x4 0xNNNNNNNN 0xNNNNNNNN 0xNNNNNNNN 0xNNNNNNNN
```

### v8x16.shuffle

```
v8x16.shuffle i5 i5 i5 i5 i5 i5 i5 i5 i5 i5 i5 i5 i5 i5 i5 i5
```

0 comments on commit a289c58

Please sign in to comment.