zig/lib/std/math/big
kcbanner 6ed049fe36 cbe: all behaviour tests now pass on msvc
- Fix zig_clz_u128 not respecting the bits argument. This was crashing the compile-rt addxf3 tests with the cbe
- Instead of redering a negation for negative 128 bit int literals, render the literal as twos complement. This allows
rendering int representations of floats correctly (specifically f80).
2023-01-01 16:44:29 -05:00
..
int.zig cbe: all behaviour tests now pass on msvc 2023-01-01 16:44:29 -05:00
int_test.zig Fix tautological big_int tests. 2022-12-14 00:29:25 +00:00
rational.zig std: fix memory leak on OutOfMemory error in math.big.int and math.big.rationa 2022-10-11 20:12:03 +03:00