summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/builtins/fixunstfti.c
Commit message (Collapse)AuthorAgeFilesLines
* Refactor float to integer conversion to share the same code.Joerg Sonnenberger2015-03-111-0/+22
80bit Intel/PPC long double is excluded due to lacking support for the abstraction. Consistently provide saturation logic. Extend to long double on 128bit IEEE extended platforms. Initial patch with test cases from GuanHong Liu. Reviewed by Steve Canon. Differential Revision: http://reviews.llvm.org/D2804 llvm-svn: 231965
OpenPOWER on IntegriCloud