my rust fork
https://www.rust-lang.org
Collection of VFP intrinsics Nothing really exciting here, just a list of trivial VFP intrinsics. First of all set `mfloat-abi=hard` not only for thumb targets, then add support for the following intrinsics: ``` __gesf2vfp __gedf2vfp __gtsf2vfp __gtdf2vfp __ltsf2vfp __ltdf2vfp __nesf2vfp __nedf2vfp __eqsf2vfp __eqdf2vfp __extendsfdf2vfp ``` Resulting implementation is really trivial thanks to native code generated by LLVM on hard-float targets |
||
|---|---|---|
| library/compiler-builtins | ||