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

Commit 277738f

Browse files
committed
Fix ordering
1 parent 5aabc6d commit 277738f

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` | `0x90`| - |
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)