summaryrefslogtreecommitdiff
path: root/lib/builtins/floatsitf.c
AgeCommit message (Collapse)Author
2015-07-31Fix __floatsitf() for negative inputSergey Dmitrouk
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. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@243746 91177308-0d34-0410-b5e6-96231b3b80d8
2014-09-16Implement floatsitf, floatunstfsi, which performJoerg Sonnenberger
(signed/unsigned)integer to quad-precision conversion. Submitted by GuanHong Liu. Differential Revision: http://reviews.llvm.org/D2805 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@217901 91177308-0d34-0410-b5e6-96231b3b80d8