mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 07:41:12 +00:00
Fix typo
This commit is contained in:
parent
134a7bf787
commit
1efe3e9929
1 changed files with 1 additions and 1 deletions
|
@ -548,7 +548,7 @@ impl<'a> LowLevelCall<'a> {
|
|||
_ => internal_error!("Invalid argument type for ceiling: {:?}", arg_type),
|
||||
}
|
||||
match (ret_type, arg_type) {
|
||||
// TODO: signed truncation
|
||||
// TODO: unsigned truncation
|
||||
(I32, F32) => backend.code_builder.i32_trunc_s_f32(),
|
||||
(I32, F64) => backend.code_builder.i32_trunc_s_f64(),
|
||||
(I64, F32) => backend.code_builder.i64_trunc_s_f32(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue