compiler-builtins-zynq/src
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
..
float remove unused macros 2017-06-01 07:40:50 -05:00
int Use traits instead of macros for shift intrinsics 2017-06-22 22:03:07 -07:00
arm.rs remove arm tests from the old test suite 2017-04-10 16:35:08 -05:00
lib.rs Use traits instead of macros for shift intrinsics 2017-06-22 22:03:07 -07:00
macros.rs Use traits instead of macros for shift intrinsics 2017-06-22 22:03:07 -07:00
mem.rs Fix memset arguments for MSP430 target. 2016-12-19 05:31:20 +03:00
qc.rs implement float/double to (u)int conversion. 2017-03-06 11:56:52 -05:00
x86_64.rs add an opt-in cargo feature to build intrinsics from compiler-rt source 2016-09-29 16:06:24 -05:00