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

Commit c7b0168

Browse files
committed
i64x2.abs instruction
1 parent b6ca6b2 commit c7b0168

File tree

4 files changed

+236
-2
lines changed

4 files changed

+236
-2
lines changed

proposals/simd/BinarySIMD.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ For example, `ImmLaneIdx16` is a byte with values in the range 0-15 (inclusive).
179179
| `i32x4.max_s` | `0xb8`| - |
180180
| `i32x4.max_u` | `0xb9`| - |
181181
| `i32x4.dot_i16x8_s` | `0xba`| - |
182+
| `i64x2.abs` | `0xc0`| - |
182183
| `i64x2.neg` | `0xc1`| - |
183184
| `i64x2.bitmask` | `0xc4`| - |
184185
| `i64x2.widen_low_i32x4_s` | `0xc7`| - |
@@ -262,4 +263,4 @@ For example, `ImmLaneIdx16` is a byte with values in the range 0-15 (inclusive).
262263
| `i16x8.extadd_pairwise_i8x16_s` | `TBD`| - |
263264
| `i16x8.extadd_pairwise_i8x16_u` | `TBD`| - |
264265
| `i32x4.extadd_pairwise_i16x8_s` | `TBD`| - |
265-
| `i32x4.extadd_pairwise_i16x8_u` | `TBD`| - |
266+
| `i32x4.extadd_pairwise_i16x8_u` | `TBD`| - |

0 commit comments

Comments
 (0)