about summary refs log tree commit diff
path: root/sysdeps/ieee754/float128
Commit message (Expand)AuthorAgeFilesLines
* Support strfromf64x alias.Joseph Myers2017-11-241-1/+12
* Support strtof64x, wcstof64x aliases.Joseph Myers2017-11-242-0/+32
* Move some float128 symbol version definitions.Joseph Myers2017-10-161-109/+0
* Use libm_alias_ldouble for ldbl-128 functions.Joseph Myers2017-10-061-0/+6
* Mark ____wcsto*_l_internal functions with attribute_hidden [BZ #18822]H.J. Lu2017-10-012-6/+0
* Make more libm functions into weak aliases.Joseph Myers2017-09-147-6/+16
* float128: Add signbit alternative for old compilersGabriel F. T. Gomes2017-06-301-1/+36
* Add libio-mtsafe flags to the build of strfromf128Gabriel F. T. Gomes2017-06-231-0/+4
* Fix float128_private.h redefinition of SET_RESTORE_ROUNDL.Joseph Myers2017-06-221-1/+1
* Make float128_private.h work with generic ieee754.h.Joseph Myers2017-06-221-0/+4
* Fix float128 uses of xlocale.h.Joseph Myers2017-06-223-3/+3
* Use locale_t, not __locale_t, throughout glibcZack Weinberg2017-06-203-3/+3
* float128: Add strtof128, wcstof128, and related functions.Paul E. Murphy2017-06-1210-0/+291
* float128: Add strfromf128Gabriel F. T. Gomes2017-06-073-1/+31
* float128: Add conversion from float128 to mpnGabriel F. T. Gomes2017-06-073-0/+25
* float128: Add wrappers to override ldbl-128 as float128.Paul E. Murphy2017-05-2585-0/+643
* float128: Add _Float128 make bits to libm.Paul E. Murphy2017-05-092-0/+148