about summary refs log tree commit diff
path: root/sysdeps/ieee754/float128/float128_private.h
Commit message (Expand)AuthorAgeFilesLines
* math: Do not use __builtin_isnan on clangAdhemerval Zanella2024-04-171-1/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-011-1/+1
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
* Fix ldbl-128 built-in function useJoseph Myers2023-01-051-0/+4
* Use GCC builtins for logb functions if desired.Xiaolin Tang2022-11-291-0/+2
* Use GCC builtins for llrint functions if desired.Xiaolin Tang2022-11-291-0/+2
* Use GCC builtins for lrint functions if desired.Xiaolin Tang2022-11-291-0/+2
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* Add narrowing fma functionsJoseph Myers2021-09-221-0/+2
* Add narrowing square root functionsJoseph Myers2021-09-101-0/+5
* Use GCC builtins for roundeven functions if desired.Shen-Ta Hsieh2021-06-271-0/+2
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* ieee754: provide gcc builtins based generic fma functionsVineet Gupta2020-06-031-0/+2
* Add libm_alias_finite for _finite symbolsWilco Dijkstra2020-01-031-0/+26
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* 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-071-1/+1
* Make totalorder and totalordermag functions take pointer arguments.Joseph Myers2019-08-151-0/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* Do not include fenv_private.h in math_private.h.Joseph Myers2018-09-031-0/+1
* Add narrowing divide functions.Joseph Myers2018-05-171-0/+2
* Add narrowing multiply functions.Joseph Myers2018-05-161-0/+2
* Add narrowing subtract functions.Joseph Myers2018-03-201-0/+2
* Add narrowing add functions.Joseph Myers2018-02-101-0/+3
* Add build infrastructure for narrowing libm functions.Joseph Myers2018-02-091-0/+17
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* Use libm_alias_ldouble for ldbl-128 functions.Joseph Myers2017-10-061-0/+6
* Make more libm functions into weak aliases.Joseph Myers2017-09-141-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
* float128: Add conversion from float128 to mpnGabriel F. T. Gomes2017-06-071-0/+2
* float128: Add wrappers to override ldbl-128 as float128.Paul E. Murphy2017-05-251-0/+324