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

Commit 0ff5c93

Browse files
authored
Merge pull request #116 from ngzhian/i64x2.mul
Update i64x2.mul opcode
2 parents 4e0a8e6 + 277738f commit 0ff5c93

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
@@ -136,8 +136,8 @@ The `v8x16.shuffle` instruction has 16 bytes after `simdop`.
136136
| `i64x2.shr_s` | `0x88`| - |
137137
| `i64x2.shr_u` | `0x89`| - |
138138
| `i64x2.add` | `0x8a`| - |
139-
| `i64x2.mul` | `0x8c`| - |
140139
| `i64x2.sub` | `0x8d`| - |
140+
| `i64x2.mul` | `0x90`| - |
141141
| `f32x4.abs` | `0x95`| - |
142142
| `f32x4.neg` | `0x96`| - |
143143
| `f32x4.sqrt` | `0x97`| - |

0 commit comments

Comments
 (0)