File tree Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,6 @@ The `v8x16.shuffle` instruction has 16 bytes after `simdop`.
109
109
| ` i8x16.sub ` | ` 0x5a ` | - |
110
110
| ` i8x16.sub_saturate_s ` | ` 0x5b ` | - |
111
111
| ` i8x16.sub_saturate_u ` | ` 0x5c ` | - |
112
- | ` i8x16.mul ` | ` 0x5d ` | - |
113
112
| ` i16x8.neg ` | ` 0x62 ` | - |
114
113
| ` i16x8.any_true ` | ` 0x63 ` | - |
115
114
| ` i16x8.all_true ` | ` 0x64 ` | - |
Original file line number Diff line number Diff line change 86
86
| ` i8x16.sub ` | ` -msimd128 ` | :heavy_check_mark : | :heavy_check_mark : | :heavy_check_mark : |
87
87
| ` i8x16.sub_saturate_s ` | ` -msimd128 ` | :heavy_check_mark : | :heavy_check_mark : | :heavy_check_mark : |
88
88
| ` i8x16.sub_saturate_u ` | ` -msimd128 ` | :heavy_check_mark : | :heavy_check_mark : | :heavy_check_mark : |
89
- | ` i8x16.mul ` | ` -msimd128 ` | :heavy_check_mark : | :heavy_check_mark : | :heavy_check_mark : |
90
89
| ` i16x8.neg ` | ` -msimd128 ` | :heavy_check_mark : | :heavy_check_mark : | :heavy_check_mark : |
91
90
| ` i16x8.any_true ` | ` -msimd128 ` | :heavy_check_mark : | :heavy_check_mark : | :heavy_check_mark : |
92
91
| ` i16x8.all_true ` | ` -msimd128 ` | :heavy_check_mark : | :heavy_check_mark : | :heavy_check_mark : |
Original file line number Diff line number Diff line change @@ -367,7 +367,6 @@ def S.sub(a, b):
367
367
```
368
368
369
369
# ## Integer multiplication
370
- * `i8x16.mul(a: v128, b: v128) -> v128`
371
370
* `i16x8.mul(a: v128, b: v128) -> v128`
372
371
* `i32x4.mul(a: v128, b: v128) -> v128`
373
372
You can’t perform that action at this time.
0 commit comments