about summary refs log tree commit diff
path: root/sysdeps/ieee754/float128
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-0613-13/+13
* 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
* Fix build with GCC 13 _FloatN, _FloatNx built-in functionsJoseph Myers2022-10-311-0/+127
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-0113-13/+13
* powerpc64le: Avoid conflicting types for f64xfmaf128 when IFUNC is not usedTulio Magno Quites Machado Filho2021-09-231-0/+2
* Add narrowing fma functionsJoseph Myers2021-09-224-0/+20
* Redirect fma calls to __fma in libmJoseph Myers2021-09-151-0/+1
* Add narrowing square root functionsJoseph Myers2021-09-104-0/+23
* Use GCC builtins for roundeven functions if desired.Shen-Ta Hsieh2021-06-271-0/+2
* math: redirect roundeven functionShen-Ta Hsieh2021-06-271-0/+1
* 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