about summary refs log tree commit diff
path: root/sysdeps/ieee754/float128
Commit message (Expand)AuthorAgeFilesLines
* Move __isnanf128 to libc.soSiddhesh Poyarekar2021-03-302-1/+23
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-0213-13/+13
* ieee754: provide gcc builtins based generic fma functionsVineet Gupta2020-06-031-0/+2
* float128: use builtin_signbitf128 alwaysPaul E. Murphy2020-05-041-18/+1
* Add a generic scalb implementationTulio Magno Quites Machado Filho2020-02-141-0/+1
* Add libm_alias_finite for _finite symbolsWilco Dijkstra2020-01-031-0/+26
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-0113-13/+13
* Use GCC builtins for copysign functions if desired.Stefan Liebler2019-12-111-0/+3
* Use GCC builtins for round functions if desired.Stefan Liebler2019-12-111-0/+3
* Use GCC builtins for trunc functions if desired.Stefan Liebler2019-12-111-0/+3
* Use GCC builtins for ceil functions if desired.Stefan Liebler2019-12-111-0/+3
* Use GCC builtins for floor functions if desired.Stefan Liebler2019-12-111-0/+3
* Use GCC builtins for rint functions if desired.Stefan Liebler2019-12-111-0/+3
* Use GCC builtins for nearbyint functions if desired.Stefan Liebler2019-12-111-0/+4
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-0713-13/+13
* Make totalorder and totalordermag functions take pointer arguments.Joseph Myers2019-08-151-0/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-0113-13/+13
* Use copysign functions not __copysign functions in glibc libm.Joseph Myers2018-09-271-0/+1
* Use round functions not __round functions in glibc libm.Joseph Myers2018-09-271-0/+1
* Use trunc functions not __trunc functions in glibc libm.Joseph Myers2018-09-201-0/+1
* Use ceil functions not __ceil functions in glibc libm.Joseph Myers2018-09-171-0/+1
* Use rint functions not __rint functions in glibc libm.Joseph Myers2018-09-141-0/+1
* Use floor functions not __floor functions in glibc libm.Joseph Myers2018-09-141-0/+1
* 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