compiler-builtins-zynq/src/float
Paolo Teti e7bf03019c Collection of VFP intrinsics
Nothing really exciting here. LLVM on hard-float target use native instructions
for all listed VFP intrinsics and so resulting implementation is really trivial.

Implemented intrinsics:

 __gesf2vfp
 __gedf2vfp
 __gtsf2vfp
 __gtdf2vfp
 __ltsf2vfp
 __ltdf2vfp
 __nesf2vfp
 __nedf2vfp
 __eqsf2vfp
 __eqdf2vfp
 __extendsfdf2vfp
2018-02-11 23:46:56 +01:00
..
add.rs Add support for sub*f3vfp and add*f3vfp 2018-02-04 18:34:31 +01:00
cmp.rs Collection of VFP intrinsics 2018-02-11 23:46:56 +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 Collection of VFP intrinsics 2018-02-11 23:46:56 +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 Fix __subsf3 and __subdf3 on x86 2018-02-09 20:35:55 +01:00