Remove unneeded truncation
This commit is contained in:
parent
0278458c15
commit
ceed957b12
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user