compiler-builtins-zynq/testcrate
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
..
src Simplify how testing is done 2018-01-31 11:32:20 -08:00
tests Simplify how testing is done 2018-01-31 11:32:20 -08:00
Cargo.toml Simplify how testing is done 2018-01-31 11:32:20 -08:00
build.rs Collection of VFP intrinsics 2018-02-11 23:46:56 +01:00