Remove unneeded truncation

This commit is contained in:
Rerumu 2022-05-18 20:57:29 -04:00
parent 0278458c15
commit ceed957b12

View File

@ -234,8 +234,8 @@ do
trunc.i32_f32 = truncate trunc.i32_f32 = truncate
trunc.i32_f64 = truncate trunc.i32_f64 = truncate
trunc.u32_f32 = truncate trunc.u32_f32 = math_floor
trunc.u32_f64 = truncate trunc.u32_f64 = math_floor
trunc.i64_f32 = i64 trunc.i64_f32 = i64
trunc.i64_f64 = i64 trunc.i64_f64 = i64
trunc.u64_f32 = i64 trunc.u64_f32 = i64