CMakeLists.txt | 8 +- lib/compiler_rt.zig | 3 +- lib/compiler_rt/common.zig | 18 ++++ lib/compiler_rt/int.zig | 57 ------------- lib/compiler_rt/mulXi3.zig | 101 ++++++++++++++++++++++ lib/compiler_rt/mulXi3_test.zig | 147 ++++++++++++++++++++++++++++++++ lib/compiler_rt/muldi3.zig | 71 --------------- lib/compiler_rt/muldi3_test.zig | 51 ----------- lib/compiler_rt/multi3.zig | 75 ---------------- lib/compiler_rt/multi3_test.zig | 53 ------------ lib/compiler_rt/shift.zig | 64 ++++++-------- 11 files changed, 294 insertions(+), 354 deletions(-)