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

Commit 394330d

Browse files
authored
i64x2.ne instruction (#411)
1 parent c8c0de2 commit 394330d

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
@@ -250,3 +250,4 @@ For example, `ImmLaneIdx16` is a byte with values in the range 0-15 (inclusive).
250250
| `v128.store32_lane` | `TBD`| m:memarg, i:ImmLaneIdx4 |
251251
| `v128.store64_lane` | `TBD`| m:memarg, i:ImmLaneIdx2 |
252252
| `i64x2.eq` | `TBD`| - |
253+
| `i64x2.ne` | `TBD`| - |

proposals/simd/ImplementationStatus.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,7 @@
218218
| `v128.store16_lane` | | | | | |
219219
| `v128.store32_lane` | | | | | |
220220
| `v128.store64_lane` | | | | | |
221+
| `i64x2.ne` | | | | | |
221222

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

proposals/simd/SIMD.md

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

0 commit comments

Comments
 (0)