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

Commit 1d97ea2

Browse files
Honrytlively
authored andcommitted
Update implementation status for WAVM (#167)
1 parent f9e30c5 commit 1d97ea2

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

proposals/simd/ImplementationStatus.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,11 @@
8787
| `i8x16.sub` | `-msimd128` | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
8888
| `i8x16.sub_saturate_s` | `-msimd128` | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
8989
| `i8x16.sub_saturate_u` | `-msimd128` | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
90-
| `i8x16.min_s` | `-msimd128` | :heavy_check_mark: | | |
91-
| `i8x16.min_u` | `-msimd128` | :heavy_check_mark: | | |
92-
| `i8x16.max_s` | `-msimd128` | :heavy_check_mark: | | |
93-
| `i8x16.max_u` | `-msimd128` | :heavy_check_mark: | | |
94-
| `i8x16.avgr_u` | `-munimplemented-simd128` | | | |
90+
| `i8x16.min_s` | `-msimd128` | :heavy_check_mark: | :heavy_check_mark: | |
91+
| `i8x16.min_u` | `-msimd128` | :heavy_check_mark: | :heavy_check_mark: | |
92+
| `i8x16.max_s` | `-msimd128` | :heavy_check_mark: | :heavy_check_mark: | |
93+
| `i8x16.max_u` | `-msimd128` | :heavy_check_mark: | :heavy_check_mark: | |
94+
| `i8x16.avgr_u` | `-munimplemented-simd128` | | :heavy_check_mark: | |
9595
| `i16x8.neg` | `-msimd128` | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
9696
| `i16x8.any_true` | `-msimd128` | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
9797
| `i16x8.all_true` | `-msimd128` | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
@@ -105,11 +105,11 @@
105105
| `i16x8.sub_saturate_s` | `-msimd128` | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
106106
| `i16x8.sub_saturate_u` | `-msimd128` | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
107107
| `i16x8.mul` | `-msimd128` | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
108-
| `i16x8.min_s` | `-msimd128` | :heavy_check_mark: | | |
109-
| `i16x8.min_u` | `-msimd128` | :heavy_check_mark: | | |
110-
| `i16x8.max_s` | `-msimd128` | :heavy_check_mark: | | |
111-
| `i16x8.max_u` | `-msimd128` | :heavy_check_mark: | | |
112-
| `i16x8.avgr_u` | `-munimplemented-simd128` | | | |
108+
| `i16x8.min_s` | `-msimd128` | :heavy_check_mark: | :heavy_check_mark: | |
109+
| `i16x8.min_u` | `-msimd128` | :heavy_check_mark: | :heavy_check_mark: | |
110+
| `i16x8.max_s` | `-msimd128` | :heavy_check_mark: | :heavy_check_mark: | |
111+
| `i16x8.max_u` | `-msimd128` | :heavy_check_mark: | :heavy_check_mark: | |
112+
| `i16x8.avgr_u` | `-munimplemented-simd128` | | :heavy_check_mark: | |
113113
| `i32x4.neg` | `-msimd128` | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
114114
| `i32x4.any_true` | `-msimd128` | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
115115
| `i32x4.all_true` | `-msimd128` | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
@@ -119,10 +119,10 @@
119119
| `i32x4.add` | `-msimd128` | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
120120
| `i32x4.sub` | `-msimd128` | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
121121
| `i32x4.mul` | `-msimd128` | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
122-
| `i32x4.min_s` | `-msimd128` | :heavy_check_mark: | | |
123-
| `i32x4.min_u` | `-msimd128` | :heavy_check_mark: | | |
124-
| `i32x4.max_s` | `-msimd128` | :heavy_check_mark: | | |
125-
| `i32x4.max_u` | `-msimd128` | :heavy_check_mark: | | |
122+
| `i32x4.min_s` | `-msimd128` | :heavy_check_mark: | :heavy_check_mark: | |
123+
| `i32x4.min_u` | `-msimd128` | :heavy_check_mark: | :heavy_check_mark: | |
124+
| `i32x4.max_s` | `-msimd128` | :heavy_check_mark: | :heavy_check_mark: | |
125+
| `i32x4.max_u` | `-msimd128` | :heavy_check_mark: | :heavy_check_mark: | |
126126
| `i64x2.neg` | `-munimplemented-simd128` | | :heavy_check_mark: | :heavy_check_mark: |
127127
| `i64x2.shl` | `-munimplemented-simd128` | | :heavy_check_mark: | :heavy_check_mark: |
128128
| `i64x2.shr_s` | `-munimplemented-simd128` | | :heavy_check_mark: | :heavy_check_mark: |
@@ -181,7 +181,7 @@
181181

182182
[2] Tested on V8 7.5.0 (candidate). Requires flag `--experimental-wasm-simd`
183183

184-
[3] Tip of tree WAVM as of Oct 23, 2019. Requires flag `--enable simd`
184+
[3] Tip of tree WAVM as of Dec 18, 2019. Requires flag `--enable simd`
185185

186186
[4] Requires (case-insensitive) flag `-wasmsimd`
187187

0 commit comments

Comments
 (0)