CMakeLists.txt | 3 +- lib/std/special/compiler_rt.zig | 6 ++- lib/std/special/compiler_rt/bswap.zig | 1 - lib/std/special/compiler_rt/mulo.zig | 69 ++++++++++++++++++++++++++++++ lib/std/special/compiler_rt/mulodi4.zig | 42 ------------------- lib/std/special/compiler_rt/mulodi4_test.zig | 6 ++- lib/std/special/compiler_rt/mulosi4_test.zig | 72 ++++++++++++++++++++++++++++++++ lib/std/special/compiler_rt/muloti4.zig | 49 ---------------------- lib/std/special/compiler_rt/muloti4_test.zig | 19 +++++++-- 9 files changed, 166 insertions(+), 101 deletions(-)