about summary refs log tree commit diff
path: root/sysdeps/ieee754/float128
Commit message (Expand)AuthorAgeFilesLines
* Do not include fenv_private.h in math_private.h.Joseph Myers2018-09-031-0/+1
* Add narrowing divide functions.Joseph Myers2018-05-174-0/+20
* math: Merge strtod_nan_*.h into math-type-macros-*.hFlorian Weimer2018-05-163-8/+6
* Add narrowing multiply functions.Joseph Myers2018-05-164-0/+20
* Add narrowing subtract functions.Joseph Myers2018-03-204-0/+20
* Add narrowing add functions.Joseph Myers2018-02-104-0/+21
* Add build infrastructure for narrowing libm functions.Joseph Myers2018-02-091-0/+17
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-0113-13/+13
* Add _Float64x function aliases.Joseph Myers2017-11-271-0/+1
* Use libm_alias_float128 more in sysdeps/ieee754/float128.Joseph Myers2017-11-246-6/+6
* 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