rust/library/compiler-builtins/src/int
Amanieu d'Antras 4abfecabef Import the asm! macro from core::arch
It is going to be removed from the prelude due to the decision in
https://github.com/rust-lang/rust/issues/87228
2021-12-09 23:57:26 +00:00
..
specialized_div_rem Import the asm! macro from core::arch 2021-12-09 23:57:26 +00:00
addsub.rs Completely replace LargeInt 2020-12-07 23:20:39 -06:00
leading_zeros.rs Import the asm! macro from core::arch 2021-12-09 23:57:26 +00:00
mod.rs Add public-test-deps feature for better visibility control 2021-06-02 14:13:54 -05:00
mul.rs Completely replace LargeInt 2020-12-07 23:20:39 -06:00
sdiv.rs Construct signed division functions differently 2020-10-02 22:55:31 -05:00
shift.rs Don't panic if the shift intrinsics receive out-of-range shifts 2021-07-30 00:25:36 +02:00
udiv.rs Add public-test-deps feature for better visibility control 2021-06-02 14:13:54 -05:00