lib/compiler_rt/divc3.zig | 3 +- lib/compiler_rt/divxf3_test.zig | 6 +- lib/compiler_rt/float_from_int.zig | 2 +- lib/std/Build/Step/ConfigHeader.zig | 2 +- lib/std/dwarf/expressions.zig | 2 +- lib/std/fmt.zig | 2 +- lib/std/io/fixed_buffer_stream.zig | 2 +- lib/std/math.zig | 98 ++------------------------------ lib/std/math/asin.zig | 4 +- lib/std/math/atan.zig | 4 +- lib/std/math/atan2.zig | 4 +- lib/std/math/big/int.zig | 6 +- lib/std/math/complex/cosh.zig | 8 +-- lib/std/math/complex/sinh.zig | 8 +-- lib/std/math/complex/sqrt.zig | 10 ++-- lib/std/math/complex/tanh.zig | 4 +- lib/std/math/pow.zig | 4 +- lib/std/meta.zig | 4 +- lib/std/rand/ziggurat.zig | 2 +- lib/std/zig/c_builtins.zig | 12 +++- lib/zig.h | 41 +++++++++++++ 21 files changed, 92 insertions(+), 136 deletions(-)