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

Commit c7d08a9

Browse files
authored
Fix opcode typo (#53)
1 parent 36bbc08 commit c7d08a9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

proposals/simd/BinarySIMD.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,9 @@ The `v8x16.shuffle` instruction has 16 bytes after `simdop`.
136136
| `i64x2.neg` | `0x84`| - |
137137
| `i64x2.any_true` | `0x85`| - |
138138
| `i64x2.all_true` | `0x86`| - |
139-
| `i64x2.shl` | `0x97`| - |
140-
| `i64x2.shr_s` | `0x98`| - |
141-
| `i64x2.shr_u` | `0x99`| - |
139+
| `i64x2.shl` | `0x87`| - |
140+
| `i64x2.shr_s` | `0x88`| - |
141+
| `i64x2.shr_u` | `0x89`| - |
142142
| `i64x2.add` | `0x8a`| - |
143143
| `i64x2.sub` | `0x8d`| - |
144144
| `f32x4.abs` | `0x95`| - |

0 commit comments

Comments
 (0)