]> git.ipfire.org Git - thirdparty/glibc.git/history - math
Disable use of -fsignaling-nans if compiler does not support it
[thirdparty/glibc.git] / math /
2022-11-01  Adhemerval ZanellaDisable use of -fsignaling-nans if compiler does not...
2022-10-31  Joseph MyersFix build with GCC 13 _FloatN, _FloatNx built-in functions
2022-09-30  Joseph MyersFix iseqsig for _FloatN and _FloatNx in C++ with GCC 13
2022-09-22  Adhemerval Zanella... Use '%z' instead of '%Z' on printf functions
2022-02-24  Sunil K Pandeymath: Add more input to atanh accuracy tests
2022-01-14  Sunil K Pandeymath: Add more inputs to atan2 accuracy tests [BZ ...
2022-01-10  Szabolcs Nagymath: Fix float conversion regressions with gcc-12...
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-23  H.J. Lumath: Properly cast X_TLOSS to float [BZ #28713]
2021-12-22  Sunil K Pandeyx86-64: Add vector acos/acosf implementation to libmvec
2021-12-13  Adhemerval Zanellamath: Remove the error handling wrapper from hypot...
2021-12-13  Adhemerval Zanellamath: Add math-use-builtinds-fmin.h
2021-12-13  Adhemerval Zanellamath: Add math-use-builtinds-fmax.h
2021-10-06  Adhemerval Zanellamath: Also xfail the new j0f tests for ibm128-libgcc
2021-10-05  Paul ZimmermannFixed inaccuracy of j0f (BZ #28185)
2021-09-30  Joseph MyersAdd exp10 macro to <tgmath.h> (bug 26108)
2021-09-29  Joseph MyersDo not declare fmax, fmin _FloatN, _FloatNx versions...
2021-09-29  Joseph MyersDo not define tgmath.h fmaxmag, fminmag macros for...
2021-09-28  Joseph MyersAdd fmaximum, fminimum functions
2021-09-22  Joseph MyersAdd narrowing fma functions
2021-09-22  Joseph MyersAdjust new narrowing div/mul tests for IBM long double...
2021-09-21  Joseph MyersFix f64xdivf128, f64xmulf128 spurious underflows (bug...
2021-09-15  Joseph MyersRedirect fma calls to __fma in libm
2021-09-10  Joseph MyersAdd narrowing square root functions
2021-09-03  Siddhesh PoyarekarRemove "Contributed by" lines
2021-06-01  Joseph MyersUpdate floating-point feature test macro handling for C2X
2021-04-07  Paul ZimmermannImprove the accuracy of tgamma (BZ #26983)
2021-04-02  Paul ZimmermannFix the inaccuracy of j0f/j1f/y0f/y1f [BZ #14469, ...
2021-03-30  Siddhesh PoyarekarAvoid adding duplicated symbols into static libraries
2021-03-11  Wilco Dijkstramath: Remove mpa files [BZ #15267]
2021-03-09  Florian Weimermath: test-matherr and test-matherr-2 can be regular...
2021-03-09  Florian Weimermath: $(libm-tests-compat) can be regular tests
2021-02-27  Paul ZimmermannAdd inputs that generate larger error bounds
2021-01-15  Stafford Hornemath/test-tgmath2: Fix fabs failure when no long double
2021-01-13  Siddhesh PoyarekarUse the right argument code in unnormal tests
2021-01-04  Siddhesh PoyarekarDrop nan-pseudo-number.h usage from tests
2021-01-02  Paul EggertUpdate copyright dates with scripts/update-copyrights
2020-12-30  Siddhesh Poyarekarx86 long double: Add tests for pseudo normal numbers
2020-12-21  Paul Zimmermannadd inputs to auto-libm-test-in yielding larger errors...
2020-08-08  Adhemerval Zanellamath: Regenerate auto-libm-test-out-j0
2020-08-07  Paul Zimmermannmath: Fix inaccuracy of j0f for x >= 2^127 when sin...
2020-07-06  Joseph MyersUse C2x return value from getpayload of non-NaN (bug...
2020-06-19  Adhemerval ZanellaNew exp10f version without SVID compat wrapper
2020-06-19  Paul Zimmermannmath: Optimized generic exp10f with wrappers
2020-04-30  Paul E. MurphyRename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIREC...
2020-04-17  Adhemerval ZanellaRemove __NO_MATH_INLINES
2020-04-07  Tulio Magno Quites... powerpc: Update ULPs and xfail more ibm128 outputs
2020-04-01  Paul Zimmermannmath: Add inputs that yield larger errors for float...
2020-03-30  Adhemerval Zanellamath: Remove fenvinline.h
2020-03-19  Adhemerval Zanellamath: Remove inline math tests
2020-03-19  Adhemerval ZanellaRemove __LIBC_INTERNAL_MATH_INLINES
2020-03-19  Adhemerval Zanellamath: Remove mathinline
2020-03-17  Joseph MyersFix build with GCC 10 when long double = double.
2020-03-06  Rajalakshmi Sriniv... ldbl-128ibm-compat: Add tests for IBM long double functions
2020-03-03  Alistair FrancisConvert Python scripts to Python 3
2020-02-28  Rajalakshmi Sriniv... ldbl-128ibm-compat: Redirect complex math functions
2020-02-28  Tulio Magno Quites... ldbl-128ibm-compat: Redirect long double functions...
2020-02-20  Tulio Magno Quites... ldbl-128ibm-compat: Provide ieee128 symbols to narrow...
2020-02-20  Tulio Magno Quites... Undefine redirections after long double definition...
2020-02-14  Tulio Magno Quites... Add a generic scalb implementation
2020-01-03  Wilco DijkstraAdd libm_alias_finite for _finite symbols
2020-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2019-11-07  liqingqingmath: enhance the endloop condition of function handle_...
2019-10-21  Wilco DijkstraRemove x64 _finite tests and references
2019-10-21  Wilco DijkstraRemove finite-math tests
2019-10-21  Wilco DijkstraRemove math-finite.h
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-23  Paul EggertFix spellings of contributor names in comments and doc
2019-08-21  Joseph MyersAdd tgmath.h macros for narrowing functions.
2019-08-16  Joseph MyersCorrect TEST_COMPAT conditions in totalorder compat...
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-03-26  Adhemerval Zanellamath: Enable some math builtins for clang
2019-03-07  marxinFix location where math-vector-fortran.h is installed.
2019-02-27  Joseph MyersAdd some spaces before '('.
2019-02-22  Joseph MyersBreak some lines before not after operators.
2019-02-20  marxinAdd new Fortran vector math header file.
next