compiler-builtins-zynq/src
Alex Crichton 7d5fb94560 Fix some typos/bugs with float comparison intrinsics
* I believe `__gtdf2` erroneously used `f32` instead of `f64`
* Most of these needed `#[arm_aeabi_alias]` to ensure they're correctly called
  through the alias
* Some existing aliases were corrected with the right names
2018-01-24 17:01:04 -08:00
..
float Fix some typos/bugs with float comparison intrinsics 2018-01-24 17:01:04 -08:00
int Fix nightly CI 2017-12-08 08:19:28 -08:00
arm.rs Add "volatile" and "memory" clobber to asm! that doesn't fall through. 2017-11-15 12:49:10 -08:00
arm_linux.rs Fix argument order for __sync_val_compare_and_swap 2017-12-23 08:45:25 +01:00
lib.rs Use kernel user helpers for armv4t 2017-12-26 13:02:05 -02:00
macros.rs Fix nightly CI 2017-12-08 08:19:28 -08:00
mem.rs optimize 32-bit aligned mem{cpy,clr,set} intrinsics for ARM 2017-06-29 22:40:58 -05:00
probestack.rs Add "volatile" and "memory" clobber to asm! that doesn't fall through. 2017-11-15 12:49:10 -08:00
x86.rs Add "volatile" and "memory" clobber to asm! that doesn't fall through. 2017-11-15 12:49:10 -08:00
x86_64.rs Add "volatile" and "memory" clobber to asm! that doesn't fall through. 2017-11-15 12:49:10 -08:00