[v3,0/7] Fix some libm static issues
[platform/upstream/glibc.git] / math /
5 days ago Dongkyun Son[v3,0/7] Fix some libm static issues 16/311016/1 accepted/tizen_base_toolchain sandbox/dkson95/2.39 accepted/tizen/base/toolchain/20240513.230938
2024-01-12 Wilco Dijkstramath: remove exp10 wrappers
2024-01-10 Adhemerval Zanellamath: Fix test-fenv.c feupdateenv tests
2024-01-08 Adhemerval ZanellaRemove ia64-linux-gnu
2024-01-01 Paul EggertUpdate copyright dates with scripts/update-copyrights
2023-12-19 Adhemerval Zanellariscv: Fix feenvupdate with FE_DFL_ENV (BZ 31022)
2023-12-19 Bruno Haiblex86: Do not raises floating-point exception traps on...
2023-12-19 Adhemerval Zanellai686: Do not raise exception traps on fesetexcept ...
2023-12-19 Adhemerval Zanellapowerpc: Do not raise exception traps for fesetexcept...
2023-11-20 Joe Ramsayaarch64: Add vector implementations of expm1 routines
2023-11-10 Joe Ramsayaarch64: Add vector implementations of log1p routines
2023-10-23 Joe Ramsayaarch64: Add vector implementations of tan routines
2023-09-18 Wilco Dijkstramath: Add a no-mathvec flag for sin (-0.0)
2023-06-30 Tulio Magno Quites... Stop applying a GCC-specific workaround on clang [BZ...
2023-06-02 Paul PluzhnikovFix all the remaining misspellings -- BZ 25337
2023-04-03 Adhemerval Zanella... math: Remove the error handling wrapper from fmod and...
2023-04-03 Adhemerval Zanella... math: Improve fmodf
2023-04-03 Adhemerval Zanella... math: Improve fmod
2023-02-14 Paul Zimmermannupdate auto-libm-test-out-hypot
2023-02-14 Paul Zimmermannadded pair of inputs for hypotf in binary32
2023-01-06 Joseph MyersUpdate copyright dates with scripts/update-copyrights
2023-01-06 Joseph MyersC2x semantics for <tgmath.h>
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...
next