compiler-builtins-zynq/src/int
James Duley ee0aacf4be mul.rs: use wrapping_mul not plain
rustc in debug mode with a plain multiplication will call @llvm.umul.with.overflow.* which may call the builtin resulting in infinite recursion.
2017-01-02 22:57:38 +13:00
..
mod.rs Move integer functions to separate module 2016-08-20 15:55:06 -05:00
mul.rs mul.rs: use wrapping_mul not plain 2017-01-02 22:57:38 +13:00
sdiv.rs fix warnings 2016-10-10 19:45:34 -05:00
shift.rs fix more warnings 2016-10-10 20:21:11 -05:00
udiv.rs Fix a few clippy warnings 2016-10-16 13:53:31 +02:00