malloc: Add nptl, htl dependency for the subdirectory [BZ #24757]
[external/glibc.git] / math /
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.
2019-02-08 Florian Weimermath: Enable <bits/math-finite.h> sysdeps override
2019-01-15 Tulio Magno Quites... Add XFAIL_ROUNDING_IBM128_LIBGCC to more fma() tests
2019-01-01 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2018-12-11 Szabolcs NagyFix powf overflow handling in non-nearest rounding...
2018-11-21 Szabolcs NagyRemove the error handling wrapper from pow
2018-11-21 Szabolcs NagyRemove the error handling wrapper from log2
2018-11-21 Szabolcs NagyRemove the error handling wrapper from log
2018-11-21 Szabolcs NagyRemove the error handling wrapper from exp and exp2
2018-10-31 Samuel ThibaultMerge branch 'master' of git://sourceware.org/git/glibc
2018-10-29 Joseph MyersPatch to require Python 3.4 or later to build glibc.
2018-10-24 Joseph MyersUse gen-libm-test.py to generate ulps table for manual.
2018-10-17 Joseph MyersDo not allow divide-by-zero exception for pow(+/- 0...
2018-10-02 Joseph MyersAdd more fma tests.
2018-09-28 Joseph MyersRemove unnecessary math_private.h includes.
2018-09-27 Joseph MyersUse copysign functions not __copysign functions in...
2018-09-19 Szabolcs NagyAdd new pow implementation
2018-09-14 Joseph MyersUse rint functions not __rint functions in glibc libm.
2018-09-14 Joseph MyersUse floor functions not __floor functions in glibc...
2018-09-12 Szabolcs NagyAdd new log2 implementation
2018-09-12 Szabolcs NagyAdd new log implementation
2018-09-05 Szabolcs NagyAdd new exp and exp2 implementations
2018-09-04 Joseph MyersMove fenv.h soft-float inlines from fenv_private.h...
2018-09-03 Joseph MyersDo not include fenv_private.h in math_private.h.
2018-08-29 Joseph MyersMake gen-libm-test.py treat plus_oflow and minus_oflow...
2018-08-24 Wilco DijkstraRemove unused math files
2018-08-22 Joseph MyersDon't redefine ROUNDING_TESTS_* in math/test-*-vlen*.h.
2018-08-22 Joseph MyersMove ROUNDING_TESTS_* out of math-tests.h.
2018-08-10 Wilco DijkstraImprove performance of sincosf
2018-08-09 Joseph MyersReplace gen-libm-test.pl with gen-libm-test.py.
2018-08-08 Joseph MyersMove comment from libm-test-nextdown.inc to libm-test...
2018-08-03 Joseph MyersConsistently terminate libm-test-*.inc TEST lines with...
2018-08-01 Joseph MyersFix math/test-misc.c for undefined fenv.h macros.
2018-06-20 Tulio Magno Quites... Add a generic significand implementation
2018-06-20 Tulio Magno Quites... Move declare_mgen_finite_alias definition
2018-06-12 Joseph MyersDo not use const attribute for nan functions (bug 23277).
2018-06-11 Joseph MyersFix ldbl-96 fma (Inf, Inf, finite) (bug 23272).
2018-05-24 Gabriel F. T. GomesFix parameter type in C++ version of iseqsig (bug 23171)
2018-05-18 Joseph MyersSplit test-tgmath3 by function.
2018-05-17 Joseph MyersAdd narrowing divide functions.
2018-05-16 Joseph MyersAdd narrowing multiply functions.
2018-05-11 Tulio Magno Quites... powerpc: Fix the compiler type used with C++ when ...
2018-05-11 Joseph MyersDo not include math-barriers.h in math_private.h.
2018-05-10 Joseph MyersMove math_check_force_underflow macros to separate...
2018-05-09 Joseph MyersMove math_narrow_eval to separate math-narrow-eval.h.
2018-04-30 Tulio Magno Quites... Replace hidden_def with libm_hidden_def in math
2018-04-27 Tulio Magno Quites... Replace M_SUF (M_LN2) with M_MLIT (M_LN2)
2018-04-27 Tulio Magno Quites... Replace M_SUF (fabs) with M_FABS
2018-04-19 Stefan LieblerUse volatile global counters in test-tgmath.c.
2018-03-20 Joseph MyersAdd narrowing subtract functions.
2018-03-15 Wilco DijkstraAdd support for sqrt asm redirects
2018-02-15 Wilco DijkstraRemove mplog and mpexp
2018-02-12 Szabolcs NagyRemove slow paths from exp
2018-02-12 Wilco DijkstraRemove slow paths from pow
2018-02-10 Joseph MyersAdd narrowing add functions.
2018-02-09 Joseph MyersHandle narrowing function sNaN test disabling based...
2018-02-09 Joseph MyersAdd test infrastructure for narrowing libm functions.
2018-02-09 Joseph MyersAdd build infrastructure for narrowing libm functions.
2018-02-09 Joseph MyersRemove unused math/Makefile variable libm-test-incs.
2018-01-03 Wilco DijkstraImprove math_errhandling
2018-01-02 Joseph MyersReduce command length in regen-ulps.
2018-01-01 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2017-12-20 Gabriel F. T. GomesProvide a C++ version of iseqsig (bug 22377)
2017-12-19 Joseph MyersRevert exp reimplementation (causes test failures).
2017-12-19 Patrick McGeheartyImprove __ieee754_exp() performance by greater than...
2017-12-12 Szabolcs Nagy[BZ #22593] Fix nextafter and nexttoward declaration
2017-12-11 H.J. LuReplace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.c
2017-12-07 Joseph MyersFix ctanh (0 + i NaN), ctanh (0 + i Inf) (bug 22568...
2017-12-07 Joseph MyersAdd _Float32 function aliases.
2017-12-06 Joseph MyersAdd header for _Float32 testing.
2017-12-06 Joseph MyersMake cacosh (0 + iNaN) return NaN + i pi/2 (bug 22561...
2017-12-06 Joseph MyersAdd _Float64, _Float32x function aliases.
2017-12-05 Joseph MyersAdd headers for _Float64, _Float32x testing.
2017-11-27 Joseph MyersAdd _Float64x function aliases.
2017-11-24 Joseph MyersSupport testing _Float64x libm functions.
2017-11-24 Joseph MyersFix gen-tgmath-tests.py for _Float64, _Float64x testing.
2017-11-15 Joseph MyersUse __builtin_tgmath in tgmath.h with GCC 8 (bug 21660).
2017-11-03 Joseph MyersHandle more _FloatN, _FloatNx types in __MATH_TG.
2017-11-03 Joseph MyersHandle more _FloatN, _FloatNx types in tgmath.h.
2017-11-01 Joseph MyersInclude bits/cmathcalls.h for more _FloatN, _FloatNx...
2017-11-01 Joseph MyersClean up complex.h handling of float128.
2017-10-31 Joseph MyersDefine CMPLX macros for more _FloatN, _FloatNx types.
2017-10-31 Joseph MyersAdjust __MATH_EVAL_FMT2 definition to handle _Float16...
2017-10-30 Joseph MyersInclude bits/math-finite.h for more _FloatN, _FloatNx...
2017-10-30 Joseph MyersRemove _Mlong_double_ etc. macros.
2017-10-30 Joseph MyersAdd _FloatN, _FloatNx M_* constants.
2017-10-27 Joseph MyersInclude bits/mathcalls.h for more _FloatN, _FloatNx...
2017-10-26 Joseph MyersAdd SNAN macros for more _FloatN, _FloatNx types.
2017-10-26 Joseph MyersAdd HUGE_VAL macros for more _FloatN, _FloatNx types.
2017-10-20 Joseph MyersAdd bits/floatn.h defines for more _FloatN / _FloatNx...
2017-10-17 Romain NaourLet signbit use the builtin in C++ mode with gcc <...
2017-10-16 Joseph MyersMove some float128 symbol version definitions.
2017-10-16 Joseph MyersSupport running libm tests for float128 as alias for...
2017-10-11 Joseph MyersRun libm long double tests for long double = double.
2017-10-10 Joseph MyersAdd libm_alias_*_other_r macros.
2017-10-09 Joseph MyersUse generic macros for lgamma_r function aliases.
next