mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
Merge remote-tracking branch 'origin/trunk' into divTruncate
This commit is contained in:
commit
bd98ac6dc7
33 changed files with 2455 additions and 1155 deletions
|
@ -83,6 +83,7 @@ const FLOATS = [_]type{ f32, f64 };
|
|||
const NUMBERS = INTEGERS ++ FLOATS;
|
||||
|
||||
comptime {
|
||||
exportNumFn(num.divCeil, "div_ceil");
|
||||
exportNumFn(num.bytesToU16C, "bytes_to_u16");
|
||||
exportNumFn(num.bytesToU32C, "bytes_to_u32");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue