Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | float128: Add signbit alternative for old compilers | Gabriel F. T. Gomes | 2017-06-30 | 1 | -1/+36 |
* | Add libio-mtsafe flags to the build of strfromf128 | Gabriel F. T. Gomes | 2017-06-23 | 1 | -0/+4 |
* | Fix float128_private.h redefinition of SET_RESTORE_ROUNDL. | Joseph Myers | 2017-06-22 | 1 | -1/+1 |
* | Make float128_private.h work with generic ieee754.h. | Joseph Myers | 2017-06-22 | 1 | -0/+4 |
* | Fix float128 uses of xlocale.h. | Joseph Myers | 2017-06-22 | 3 | -3/+3 |
* | Use locale_t, not __locale_t, throughout glibc | Zack Weinberg | 2017-06-20 | 3 | -3/+3 |
* | float128: Add strtof128, wcstof128, and related functions. | Paul E. Murphy | 2017-06-12 | 10 | -0/+291 |
* | float128: Add strfromf128 | Gabriel F. T. Gomes | 2017-06-07 | 3 | -1/+31 |
* | float128: Add conversion from float128 to mpn | Gabriel F. T. Gomes | 2017-06-07 | 3 | -0/+25 |
* | float128: Add wrappers to override ldbl-128 as float128. | Paul E. Murphy | 2017-05-25 | 85 | -0/+643 |
* | float128: Add _Float128 make bits to libm. | Paul E. Murphy | 2017-05-09 | 2 | -0/+148 |