mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
Merge branch 'trunk' of github.com:rtfeldman/roc into str-split
This commit is contained in:
commit
415a37a891
86 changed files with 5156 additions and 2360 deletions
|
@ -6,8 +6,8 @@
|
|||
|
||||
mod libm;
|
||||
|
||||
/// TODO replace this with a normal Inkwell build_cast call - this was just
|
||||
/// used as a proof of concept for getting bitcode importing working!
|
||||
/// TODO this is no longer used. Feel free to delete it the next time
|
||||
/// we need to rebuild builtins.bc!
|
||||
#[no_mangle]
|
||||
pub fn i64_to_f64_(num: i64) -> f64 {
|
||||
num as f64
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue