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

Commit b4fbf7e

Browse files
committed
i64x2.ne instruction
1 parent 723c967 commit b4fbf7e

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

proposals/simd/BinarySIMD.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,3 +249,4 @@ For example, `ImmLaneIdx16` is a byte with values in the range 0-15 (inclusive).
249249
| `v128.store16_lane` | `TBD`| m:memarg, i:ImmLaneIdx8 |
250250
| `v128.store32_lane` | `TBD`| m:memarg, i:ImmLaneIdx4 |
251251
| `v128.store64_lane` | `TBD`| m:memarg, i:ImmLaneIdx2 |
252+
| `i64x2.ne` | `TBD`| - |

proposals/simd/ImplementationStatus.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@
217217
| `v128.store16_lane` | | | | | |
218218
| `v128.store32_lane` | | | | | |
219219
| `v128.store64_lane` | | | | | |
220+
| `i64x2.ne` | | | | | |
220221

221222
[1] Tip of tree LLVM as of May 20, 2020
222223

proposals/simd/SIMD.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -735,6 +735,7 @@ def S.eq(a, b):
735735
* `i8x16.ne(a: v128, b: v128) -> v128`
736736
* `i16x8.ne(a: v128, b: v128) -> v128`
737737
* `i32x4.ne(a: v128, b: v128) -> v128`
738+
* `i64x2.ne(a: v128, b: v128) -> v128`
738739
* `f32x4.ne(a: v128, b: v128) -> v128`
739740
* `f64x2.ne(a: v128, b: v128) -> v128`
740741

0 commit comments

Comments
 (0)