compiler-builtins-zynq/src/int
Alex Crichton 2f2bb32e40 Use traits instead of macros for shift intrinsics
This is an attempt to tidy up the definition of intrinsics by making them more
rust-like at the definition site and using traits instead of macros for the
definition. Additionally the helper macro, `intrinsics!`, now fills in a
definition for #[cfg]'d off intrinsics when compiling with C code
2017-06-22 22:03:07 -07:00
..
mod.rs Use traits instead of macros for shift intrinsics 2017-06-22 22:03:07 -07:00
mul.rs remove the current test suite 2017-04-10 11:14:05 -05:00
sdiv.rs remove the current test suite 2017-04-10 11:14:05 -05:00
shift.rs Use traits instead of macros for shift intrinsics 2017-06-22 22:03:07 -07:00
udiv.rs remove the current test suite 2017-04-10 11:14:05 -05:00