compiler-builtins-zynq/src/float
Paolo Teti 45f924ece5 Add generic conversion from a narrower to a wider FP type
Add `extend` module to implement conversion from a narrower to a wider
floating-point type.

This implementation is only intended to support *widening* operations.
Module to convert a *narrower* floating-point will be added in the future.
2018-02-08 18:20:45 +01:00
..
add.rs Add support for sub*f3vfp and add*f3vfp 2018-02-04 18:34:31 +01:00
cmp.rs Fix __aeabi_fcmple and add test cases 2018-02-04 10:56:02 +01:00
conv.rs Partially revert a272d753f5 2017-09-29 02:20:27 +02:00
div.rs __[mul/div]sf3vfp and __[mul/div]df3vfp only on ARM 2018-01-30 18:48:20 +01:00
extend.rs Add generic conversion from a narrower to a wider FP type 2018-02-08 18:20:45 +01:00
mod.rs Add generic conversion from a narrower to a wider FP type 2018-02-08 18:20:45 +01:00
mul.rs __[mul/div]sf3vfp and __[mul/div]df3vfp only on ARM 2018-01-30 18:48:20 +01:00
pow.rs Don't use a macro for pow calculation 2017-09-14 01:59:02 +02:00
sub.rs Add support for sub*f3vfp and add*f3vfp 2018-02-04 18:34:31 +01:00