lib/std/math/big/int.zig | 98 ++++++++++++++++---- lib/std/special/compiler_rt.zig | 102 ++++++++++---------- lib/std/special/compiler_rt/compareXf2.zig | 45 +++++---- src/Sema.zig | 18 ++-- src/codegen/llvm.zig | 15 ++- src/value.zig | 122 ++++++++++++++++++++++-- test/behavior.zig | 3 +- test/behavior/bitcast.zig | 155 +------------------------------ test/behavior/bitcast_stage1.zig | 159 ++++++++++++++++++++++++++++++++ 9 files changed, 450 insertions(+), 267 deletions(-)