compiler-builtins-zynq/src/int
Alex Crichton 681aaa914d Use the Rust implementation of udivsi3 on ARM
Although compiler-rt presumably has a more optimized implementation written in
assembly, it appears buggy for whatever reason, causing #173.

For now let's see if integration into rust-lang/rust will work with the
Rust-defined implementation!
2017-07-03 09:48:11 -07:00
..
mod.rs Remove usage of unwrap_or_else 2017-06-23 21:31:54 -07:00
mul.rs Remove usage of unwrap_or_else 2017-06-23 21:31:54 -07:00
sdiv.rs Use the Rust implementation of udivsi3 on ARM 2017-07-03 09:48:11 -07:00
shift.rs Handle aeabi aliasing 2017-06-23 15:55:11 -07:00
udiv.rs Use the Rust implementation of udivsi3 on ARM 2017-07-03 09:48:11 -07:00