compiler-builtins-zynq/src/float
Paolo Teti 13db8bf436 Add support for sub*f3vfp and add*f3vfp
As done before for mul and div let's use extern "C" to generate `"aapcs"`
or `"aapcs-vfp"` depending on target configuration.
2018-02-04 18:34:31 +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
mod.rs comparesf2/comparedf2: fix a signedness bug and add tests. 2017-12-29 07:58:34 +00: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