]> git.ipfire.org Git - thirdparty/glibc.git/history - math/bits
powerpc: Do not raise exception traps for fesetexcept/fesetexceptflag (BZ 30988)
[thirdparty/glibc.git] / math / bits /
2023-06-02  Paul PluzhnikovFix all the remaining misspellings -- BZ 25337
2023-01-06  Joseph MyersUpdate copyright dates with scripts/update-copyrights
2022-01-01  Paul EggertUpdate copyright dates with scripts/update-copyrights
2021-12-30  Sunil K Pandeyx86-64: Add vector tan/tanf implementation to libmvec
2021-12-30  Sunil K Pandeyx86-64: Add vector erfc/erfcf implementation to libmvec
2021-12-29  Sunil K Pandeyx86-64: Add vector asinh/asinhf implementation to libmvec
2021-12-29  Sunil K Pandeyx86-64: Add vector tanh/tanhf implementation to libmvec
2021-12-29  Sunil K Pandeyx86-64: Add vector erf/erff implementation to libmvec
2021-12-29  Sunil K Pandeyx86-64: Add vector acosh/acoshf implementation to libmvec
2021-12-29  Sunil K Pandeyx86-64: Add vector atanh/atanhf implementation to libmvec
2021-12-29  Sunil K Pandeyx86-64: Add vector log1p/log1pf implementation to libmvec
2021-12-29  Sunil K Pandeyx86-64: Add vector log2/log2f implementation to libmvec
2021-12-29  Sunil K Pandeyx86-64: Add vector log10/log10f implementation to libmvec
2021-12-29  Sunil K Pandeyx86-64: Add vector atan2/atan2f implementation to libmvec
2021-12-29  Sunil K Pandeyx86-64: Add vector cbrt/cbrtf implementation to libmvec
2021-12-29  Sunil K Pandeyx86-64: Add vector sinh/sinhf implementation to libmvec
2021-12-29  Sunil K Pandeyx86-64: Add vector expm1/expm1f implementation to libmvec
2021-12-29  Sunil K Pandeyx86-64: Add vector cosh/coshf implementation to libmvec
2021-12-29  Sunil K Pandeyx86-64: Add vector exp10/exp10f implementation to libmvec
2021-12-29  Sunil K Pandeyx86-64: Add vector exp2/exp2f implementation to libmvec
2021-12-29  Sunil K Pandeyx86-64: Add vector hypot/hypotf implementation to libmvec
2021-12-29  Sunil K Pandeyx86-64: Add vector asin/asinf implementation to libmvec
2021-12-29  Sunil K Pandeyx86-64: Add vector atan/atanf implementation to libmvec
2021-12-22  Sunil K Pandeyx86-64: Add vector acos/acosf implementation to libmvec
2021-09-29  Joseph MyersDo not declare fmax, fmin _FloatN, _FloatNx versions...
2021-09-28  Joseph MyersAdd fmaximum, fminimum functions
2021-09-22  Joseph MyersAdd narrowing fma functions
2021-09-10  Joseph MyersAdd narrowing square root functions
2021-06-01  Joseph MyersUpdate floating-point feature test macro handling for C2X
2021-01-02  Paul EggertUpdate copyright dates with scripts/update-copyrights
2020-02-28  Tulio Magno Quites... ldbl-128ibm-compat: Redirect long double functions...
2020-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2019-09-07  Paul EggertPrefer https to http for gnu.org and fsf.org URLs
2019-09-05  Gabriel F. T. GomesUse __attribute_pure__ macro in bits/mathcalls.h
2019-09-05  Gabriel F. T. Gomesmath: Replace const attribute with pure in totalorder...
2019-08-15  Joseph MyersMake totalorder and totalordermag functions take pointe...
2019-08-13  Joseph MyersDeclare some TS 18661-4 interfaces for C2X.
2019-08-13  Joseph MyersDeclare most TS 18661-1 interfaces for C2X.
2019-02-08  Florian Weimermath: Enable <bits/math-finite.h> sysdeps override
2019-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2018-06-12  Joseph MyersDo not use const attribute for nan functions (bug 23277).
2018-05-17  Joseph MyersAdd narrowing divide functions.
2018-05-16  Joseph MyersAdd narrowing multiply functions.
2018-03-20  Joseph MyersAdd narrowing subtract functions.
2018-02-10  Joseph MyersAdd narrowing add functions.
2018-02-09  Joseph MyersAdd build infrastructure for narrowing libm functions.
2018-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2017-12-12  Szabolcs Nagy[BZ #22593] Fix nextafter and nexttoward declaration
2017-09-29  Wilco DijkstraRemove old cimag inlines
2017-09-04  Joseph MyersFix bits/math-finite.h exp10 condition (bug 22082).
2017-09-01  Joseph MyersObsolete pow10 functions.
2017-08-29  Joseph MyersFix bits/math-finite.h _MSUF_ expansion namespace ...
2017-08-25  Joseph MyersClean up bits/math-finite.h for aliasing types.
2017-05-15  Gabriel F. T. Gomesfloat128: Include math-finite.h for _Float128
2017-05-15  Paul E. Murphyfloat128: Add public _Float128 declarations to libm.
2017-03-31  Gabriel F. T. GomesFix condition for inclusion of math-finite.h for long...
2017-03-30  Gabriel F. T. GomesMacroize inclusion of math-finite.h
2017-03-16  Joseph MyersRemove C++ namespace handling from glibc headers.
2017-03-15  Gabriel F. T. GomesSplit helper classification macros from mathcalls.h
2017-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2016-12-31  Joseph MyersAdd fromfp functions.
2016-12-21  Joseph MyersAdd roundeven, roundevenf, roundevenl.
2016-12-20  Joseph MyersAdd fmaxmag, fminmag functions.
2016-12-02  Joseph MyersAdd llogb, llogbf, llogbl.
2016-11-24  Joseph MyersAdd setpayloadsig, setpayloadsigf, setpayloadsigl.
2016-11-19  Joseph MyersAdd setpayload, setpayloadf, setpayloadl.
2016-10-26  Joseph MyersAdd canonicalize, canonicalizef, canonicalizel.
2016-10-19  Joseph MyersAdd getpayload, getpayloadf, getpayloadl.
2016-10-15  Joseph MyersAdd totalordermag, totalordermagf, totalordermagl.
2016-10-12  Joseph MyersAdd totalorder, totalorderf, totalorderl.
2016-10-06  Joseph MyersAdd iseqsig.
2016-08-03  Joseph MyersSupport __STDC_WANT_IEC_60559_FUNCS_EXT__ feature test...
2016-08-03  Joseph MyersSupport __STDC_WANT_IEC_60559_BFP_EXT__ feature test...
2016-06-16  Rajalakshmi Sriniv... Add nextup and nextdown math functions
2016-02-15  Carlos O'DonellEnsure isinff, isinfl, isnanf, and isnanl are defined...
2016-01-11  Adhemerval ZanellaFix isinf/isnan declaration conflict with C++11
2016-01-04  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2015-11-05  Joseph MyersFix finite-math-only lgamma functions signgam setting...
2015-11-05  Joseph MyersDon't redirect ldexp to scalbn in bits/math-finite...
2015-11-05  Joseph MyersMake bits/math-finite.h conditions match other headers...
2015-09-16  Joseph MyersDon't declare float / long double Bessel functions...
2015-09-15  Joseph MyersFix math.h, tgmath.h XSI POSIX namespace (gamma, isnan...
2015-06-18  Andrew SenkevichVector sincos for x86_64 and tests.
2015-06-17  Andrew SenkevichVector pow for x86_64 and tests.
2015-06-17  Andrew SenkevichVector exp for x86_64 and tests.
2015-06-17  Andrew SenkevichVector log for x86_64 and tests.
2015-06-11  Andrew SenkevichVector sin for x86_64 and tests.
2015-06-09  Andrew SenkevichStart of series of patches with x86_64 vector math...
2015-01-02  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2014-09-16  Siddhesh PoyarekarRevert to defining __extern_inline only for gcc-4.3...
2014-02-21  Joseph MyersComplete _BSD_SOURCE / _SVID_source followup cleanup.
2014-01-01  Allan McRaeUpdate copyright notices with scripts/update-copyrights
2013-04-02  Thomas SchwingeNew <math.h> macro named issignaling to check for a...
2013-03-15  Thomas SchwingeBetter distinguish between NaN/qNaN/sNaN.
2013-01-10  Joseph MyersUse __extension__ with long long in installed headers.
2013-01-02  Joseph MyersUpdate copyright notices with scripts/update-copyrights.
2012-12-30  Mike Frysingermath: use existing nonnull attribute define
2012-07-01  Joseph MyersMerge glibc-ports into ports/ directory. glibc-2.16-ports-merge glibc-2.16.90
2012-04-28  Andreas SchwabDon't use long double *_finite functions if no long...
2012-02-09  Paul EggertReplace FSF snail mail address with URLs.
next