Merge remote-tracking branch 'origin/trunk' into divTruncate

This commit is contained in:
Folkert 2021-10-19 23:36:03 +02:00
commit bd98ac6dc7
33 changed files with 2455 additions and 1155 deletions

View file

@ -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");