parse and implement simd_i32x4_trunc_sat_f64x2 instruction

This commit is contained in:
Ilya Rezvov
2025-01-13 10:22:06 -07:00
parent 662b57326c
commit 727fc8694b
5 changed files with 512 additions and 504 deletions
+1 -1
View File
@@ -276,7 +276,7 @@ data Instruction index =
| F64x2PromoteLowF32x4
| F32x4DemoteF64x2Zero
| V128IExtend SimdShape SimdShape {- high -} Bool {- signed -} Bool
| I32x4TruncSatF32x4 {- signed -} Bool
| I32x4TruncSatF {- signed -} Bool {- Float Size -} BitSize
deriving (Show, Eq, Generic, NFData)
type Expression = [Instruction Natural]