summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/builtins/floatsitf.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix __floatsitf() for negative inputSergey Dmitrouk2015-07-311-5/+3
| | | | | | | | | Negative numbers were handled properly initially, but got broken during addressing review, so none of them did actually work. Issues: * Wrong negation. * Wrong exponent calculation. llvm-svn: 243746
* Implement floatsitf, floatunstfsi, which performJoerg Sonnenberger2014-09-161-0/+52
(signed/unsigned)integer to quad-precision conversion. Submitted by GuanHong Liu. Differential Revision: http://reviews.llvm.org/D2805 llvm-svn: 217901
OpenPOWER on IntegriCloud