File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2682,9 +2682,9 @@ fn type_of(operator: &Operator) -> Type {
26822682 | Operator :: I32x4MinU
26832683 | Operator :: I32x4MaxS
26842684 | Operator :: I32x4MaxU
2685- | Operator :: F32x4ConvertI32x4S
2686- | Operator :: F32x4ConvertI32x4U
26872685 | Operator :: I32x4Bitmask
2686+ | Operator :: I32x4TruncSatF32x4S
2687+ | Operator :: I32x4TruncSatF32x4U
26882688 | Operator :: V128Load32Zero { .. } => I32X4 ,
26892689
26902690 Operator :: I64x2Splat
@@ -2731,8 +2731,8 @@ fn type_of(operator: &Operator) -> Type {
27312731 | Operator :: F32x4Max
27322732 | Operator :: F32x4PMin
27332733 | Operator :: F32x4PMax
2734- | Operator :: I32x4TruncSatF32x4S
2735- | Operator :: I32x4TruncSatF32x4U
2734+ | Operator :: F32x4ConvertI32x4S
2735+ | Operator :: F32x4ConvertI32x4U
27362736 | Operator :: F32x4Ceil
27372737 | Operator :: F32x4Floor
27382738 | Operator :: F32x4Trunc
You can’t perform that action at this time.
0 commit comments