compiler-builtins-zynq/src/float
Jorge Aparicio dfa7b161aa use AAPCS calling convention on all aeabi intrinsics
also, on ARM, inline(always) the actual implementation of the intrinsics so we
end with code like this:

```
00000000 <__aeabi_dadd>:
    (implementation here)
```

instead of "trampolines" like this:

```
00000000 <__aeabi_dadd>:
    (shuffle registers)
    (call __adddf3)

00000000 <__adddf3>:
    (implementation here)
```

closes #116
2017-02-07 09:41:26 -05:00
..
add.rs use AAPCS calling convention on all aeabi intrinsics 2017-02-07 09:41:26 -05:00
mod.rs Add float quickcheck 2016-11-12 14:55:28 -06:00
pow.rs Add float quickcheck 2016-11-12 14:55:28 -06:00