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

Commit 4686958

Browse files
authored
Update V8 implementation status (#392)
1 parent 2f4dc50 commit 4686958

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

proposals/simd/ImplementationStatus.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
| `i32x4.min_u` | `-msimd128` | :heavy_check_mark: | | | :heavy_check_mark: |
150150
| `i32x4.max_s` | `-msimd128` | :heavy_check_mark: | | | :heavy_check_mark: |
151151
| `i32x4.max_u` | `-msimd128` | :heavy_check_mark: | | | :heavy_check_mark: |
152-
| `i32x4.dot_i16x8_s` | | | | | |
152+
| `i32x4.dot_i16x8_s` | | :heavy_check_mark: | | | |
153153
| `i64x2.neg` | `-msimd128` | :heavy_check_mark: | | | :heavy_check_mark: |
154154
| `i64x2.shl` | `-msimd128` | :heavy_check_mark: | | | :heavy_check_mark: |
155155
| `i64x2.shr_s` | `-msimd128` | :heavy_check_mark: | | | :heavy_check_mark: |
@@ -191,12 +191,12 @@
191191
| `i32x4.trunc_sat_f32x4_u` | `-msimd128` | :heavy_check_mark: | | | :heavy_check_mark: |
192192
| `f32x4.convert_i32x4_s` | `-msimd128` | :heavy_check_mark: | | | :heavy_check_mark: |
193193
| `f32x4.convert_i32x4_u` | `-msimd128` | :heavy_check_mark: | | | :heavy_check_mark: |
194-
| `v128.load32_zero` | | | | | |
195-
| `v128.load64_zero` | | | | | |
194+
| `v128.load32_zero` | | :heavy_check_mark: | | | |
195+
| `v128.load64_zero` | | :heavy_check_mark: | | | |
196196

197197
[1] Tip of tree LLVM as of May 20, 2020
198198

199-
[2] V8 8.7.153. Requires flag `--experimental-wasm-simd`
199+
[2] V8 8.8.218. Requires flag `--experimental-wasm-simd`
200200

201201
[3] Not known to be updated after latest renumbering. Requires flag `--enable simd`
202202

0 commit comments

Comments
 (0)