Skip to content

Commit 075c14a

Browse files
committed
Remove i8x16.mul
Consensus for the removal is documented in WebAssembly#28 and WebAssembly#98.
1 parent 0e99279 commit 075c14a

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

proposals/simd/BinarySIMD.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ The `v8x16.shuffle` instruction has 16 bytes after `simdop`.
109109
| `i8x16.sub` | `0x5a`| - |
110110
| `i8x16.sub_saturate_s` | `0x5b`| - |
111111
| `i8x16.sub_saturate_u` | `0x5c`| - |
112-
| `i8x16.mul` | `0x5d`| - |
113112
| `i16x8.neg` | `0x62`| - |
114113
| `i16x8.any_true` | `0x63`| - |
115114
| `i16x8.all_true` | `0x64`| - |

proposals/simd/ImplementationStatus.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@
8686
| `i8x16.sub` | `-msimd128` | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
8787
| `i8x16.sub_saturate_s` | `-msimd128` | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
8888
| `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: |
9089
| `i16x8.neg` | `-msimd128` | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
9190
| `i16x8.any_true` | `-msimd128` | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
9291
| `i16x8.all_true` | `-msimd128` | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |

proposals/simd/SIMD.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,6 @@ def S.sub(a, b):
367367
```
368368

369369
### Integer multiplication
370-
* `i8x16.mul(a: v128, b: v128) -> v128`
371370
* `i16x8.mul(a: v128, b: v128) -> v128`
372371
* `i32x4.mul(a: v128, b: v128) -> v128`
373372

0 commit comments

Comments
 (0)