compiler-builtins-zynq/src/float
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
..
add.rs Convert add! to a function 2017-09-14 17:33:44 +02:00
cmp.rs Fix some typos/bugs with float comparison intrinsics 2018-01-24 17:01:04 -08:00
conv.rs Partially revert a272d753f5 2017-09-29 02:20:27 +02:00
div.rs Implement divsf3 and divdf3 2017-11-13 20:22:27 -05:00
mod.rs comparesf2/comparedf2: fix a signedness bug and add tests. 2017-12-29 07:58:34 +00:00
mul.rs Implement mulsf3 and muldf3 2017-11-08 17:36:34 -05:00
pow.rs Don't use a macro for pow calculation 2017-09-14 01:59:02 +02:00
sub.rs Refactor float builtins to use associated consts 2017-09-13 22:09:52 +02:00