File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ The `v8x16.shuffle` instruction has 16 bytes after `simdop`.
163
163
| ` f32x4.convert_u/i32x4 ` | 133 | - |
164
164
| ` f64x2.convert_s/i64x2 ` | 134 | - |
165
165
| ` f64x2.convert_u/i64x2 ` | 135 | - |
166
- | ` i32x4.trunc_s/f32x4 :sat ` | 136 | - |
167
- | ` i32x4.trunc_u/f32x4 :sat ` | 137 | - |
168
- | ` i64x2.trunc_s/f64x2 :sat ` | 138 | - |
169
- | ` i64x2.trunc_u/f64x2 :sat ` | 139 | - |
166
+ | ` i32x4.trunc_s:sat/f32x4 ` | 136 | - |
167
+ | ` i32x4.trunc_u:sat/f32x4 ` | 137 | - |
168
+ | ` i64x2.trunc_s:sat/f64x2 ` | 138 | - |
169
+ | ` i64x2.trunc_u:sat/f64x2 ` | 139 | - |
Original file line number Diff line number Diff line change @@ -665,10 +665,10 @@ Lane-wise conversion from integer to floating point. Some integer values will be
665
665
rounded.
666
666
667
667
### Floating point to integer with saturation
668
- * ` i32x4.trunc_s/f32x4 :sat(a: v128) -> v128 `
669
- * ` i32x4.trunc_u/f32x4 :sat(a: v128) -> v128 `
670
- * ` i64x2.trunc_s/f64x2 :sat(a: v128) -> v128 `
671
- * ` i64x2.trunc_u/f64x2 :sat(a: v128) -> v128 `
668
+ * ` i32x4.trunc_s:sat/f32x4 (a: v128) -> v128 `
669
+ * ` i32x4.trunc_u:sat/f32x4 (a: v128) -> v128 `
670
+ * ` i64x2.trunc_s:sat/f64x2 (a: v128) -> v128 `
671
+ * ` i64x2.trunc_u:sat/f64x2 (a: v128) -> v128 `
672
672
673
673
Lane-wise saturating conversion from floating point to integer using the IEEE
674
674
` convertToIntegerTowardZero ` function. If any input lane is a NaN, the
You can’t perform that action at this time.
0 commit comments