summaryrefslogtreecommitdiffstats
path: root/contrib/compiler-rt/lib/builtins/floatunditf.c
Commit message (Collapse)AuthorAgeFilesLines
* Use __builtin_clzll to count the leading zero bits, the data is based onandrew2015-08-141-1/+1
| | | | | | | long long so __builtin_clz will return an incorrect value. Reviewed by: emaste Differential Revision: https://reviews.freebsd.org/D3375
* compiler-rt: add floatditf and floatunditfemaste2015-04-071-0/+40
These are long integer (di_int/du_int) to quad precision floating point conversions. They may be reworked based on upstream discussion. These versions are here to support arm64 world builds. Reviewed by: ed Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D2174
OpenPOWER on IntegriCloud