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

Commit 723c967

Browse files
committed
Update v8 implementation status
For i64x2.bitmask and ext_mul instructions.
1 parent 0813f85 commit 723c967

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

proposals/simd/ImplementationStatus.md

+14-14
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
| `i32x4.max_u` | `-msimd128` | :heavy_check_mark: | | | :heavy_check_mark: |
150150
| `i32x4.dot_i16x8_s` | | :heavy_check_mark: | | | :heavy_check_mark: |
151151
| `i64x2.neg` | `-msimd128` | :heavy_check_mark: | | :heavy_check_mark: | :heavy_check_mark: |
152-
| `i64x2.bitmask` | | | | | |
152+
| `i64x2.bitmask` | | :heavy_check_mark: | | | |
153153
| `i64x2.shl` | `-msimd128` | :heavy_check_mark: | | :heavy_check_mark: | :heavy_check_mark: |
154154
| `i64x2.shr_s` | `-msimd128` | :heavy_check_mark: | | :heavy_check_mark: | :heavy_check_mark: |
155155
| `i64x2.shr_u` | `-msimd128` | :heavy_check_mark: | | :heavy_check_mark: | :heavy_check_mark: |
@@ -196,18 +196,18 @@
196196
| `f32x4.convert_i32x4_u` | `-msimd128` | :heavy_check_mark: | | | :heavy_check_mark: |
197197
| `v128.load32_zero` | | :heavy_check_mark: | | | :heavy_check_mark: |
198198
| `v128.load64_zero` | | :heavy_check_mark: | | | :heavy_check_mark: |
199-
| `i16x8.extmul_low_i8x16_s` | | | | | |
200-
| `i16x8.extmul_high_i8x16_s` | | | | | |
201-
| `i16x8.extmul_low_i8x16_u` | | | | | |
202-
| `i16x8.extmul_high_i8x16_u` | | | | | |
203-
| `i32x4.extmul_low_i16x8_s` | | | | | |
204-
| `i32x4.extmul_high_i16x8_s` | | | | | |
205-
| `i32x4.extmul_low_i16x8_u` | | | | | |
206-
| `i32x4.extmul_high_i16x8_u` | | | | | |
207-
| `i64x2.extmul_low_i32x4_s` | | | | | |
208-
| `i64x2.extmul_high_i32x4_s` | | | | | |
209-
| `i64x2.extmul_low_i32x4_u` | | | | | |
210-
| `i64x2.extmul_high_i32x4_u` | | | | | |
199+
| `i16x8.extmul_low_i8x16_s` | | :heavy_check_mark: | | | |
200+
| `i16x8.extmul_high_i8x16_s` | | :heavy_check_mark: | | | |
201+
| `i16x8.extmul_low_i8x16_u` | | :heavy_check_mark: | | | |
202+
| `i16x8.extmul_high_i8x16_u` | | :heavy_check_mark: | | | |
203+
| `i32x4.extmul_low_i16x8_s` | | :heavy_check_mark: | | | |
204+
| `i32x4.extmul_high_i16x8_s` | | :heavy_check_mark: | | | |
205+
| `i32x4.extmul_low_i16x8_u` | | :heavy_check_mark: | | | |
206+
| `i32x4.extmul_high_i16x8_u` | | :heavy_check_mark: | | | |
207+
| `i64x2.extmul_low_i32x4_s` | | :heavy_check_mark: | | | |
208+
| `i64x2.extmul_high_i32x4_s` | | :heavy_check_mark: | | | |
209+
| `i64x2.extmul_low_i32x4_u` | | :heavy_check_mark: | | | |
210+
| `i64x2.extmul_high_i32x4_u` | | :heavy_check_mark: | | | |
211211
| `v128.any_true` | | | | | |
212212
| `v128.load8_lane` | | | | | |
213213
| `v128.load16_lane` | | | | | |
@@ -220,7 +220,7 @@
220220

221221
[1] Tip of tree LLVM as of May 20, 2020
222222

223-
[2] V8 8.8.218. Requires flag `--experimental-wasm-simd`
223+
[2] V8 8.9.238. Requires flag `--experimental-wasm-simd`
224224

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

0 commit comments

Comments
 (0)