mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
f32/f64toParts in repl only
This commit is contained in:
parent
64e9899cad
commit
473b8ef2d3
12 changed files with 72 additions and 6 deletions
|
@ -2103,6 +2103,8 @@ impl<'a> LowLevelCall<'a> {
|
|||
SetJmp | LongJmp | SetLongJmpBuffer => {
|
||||
unreachable!("only inserted in dev backend codegen")
|
||||
}
|
||||
NumF32ToParts => todo!("NumF32ToParts"),
|
||||
NumF64ToParts => todo!("NumF64ToParts"),
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue