Closed beetrees closed 4 months ago
All 4 Cranelift backends now support 128-bit multiplication, so the libcall for it can be removed. Additionally, the checked add/sub implementation in num.rs works for 128-bit integers, so the libcalls for them can also be removed.
num.rs
Thanks!
All 4 Cranelift backends now support 128-bit multiplication, so the libcall for it can be removed. Additionally, the checked add/sub implementation in
num.rs
works for 128-bit integers, so the libcalls for them can also be removed.