Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use __builtin_clzll to count the leading zero bits, the data is based on | andrew | 2015-08-14 | 1 | -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 floatunditf | emaste | 2015-04-07 | 1 | -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 |