CMakeLists.txt | 3 ++- src/codegen.cpp | 31 +++++++++++++------------- std/special/compiler_rt.zig | 2 ++ std/special/compiler_rt/modti3.zig | 30 ++++++++++++++++++++++++++ std/special/compiler_rt/modti3_test.zig | 37 ++++++++++++++++++++++++++++++++ std/special/compiler_rt/mulXf3.zig | 4 ++++ test/stage1/behavior/math.zig | 13 +++++++++++ 7 files changed, 103 insertions(+), 17 deletions(-)