]> git.ipfire.org Git - thirdparty/glibc.git/history - math
Port the 0x7efe...feff pattern to GCC 6.
[thirdparty/glibc.git] / math /
2015-08-17  Joseph MyersFix csqrt spurious underflows (bug 18823).
2015-08-14  Joseph MyersFix fma spurious underflows (bug 18824).
2015-08-13  Joseph MyersAdd more random libm-test inputs.
2015-08-13  Joseph MyersFix tanh missing underflows (bug 16520).
2015-08-13  H.J. LuUpdate libmvec multiarch functions for <cpu-features.h>
2015-08-11  Joseph MyersAdd more tests of various libm functions.
2015-08-10  Joseph MyersFix ldbl-128ibm tanhl inaccuracy (bug 18790).
2015-08-10  Joseph MyersFix ldbl-128ibm sinhl inaccuracy near 0 (bug 18789).
2015-08-07  Joseph MyersFix tan missing underflows (bug 16517).
2015-08-07  Samuel ThibaultFix sysdeps/i386/fpu/s_scalbn.S build
2015-08-06  Joseph MyersFix sinh missing underflows (bug 16519).
2015-08-05  Joseph MyersFix powf (close to -1, large) (bug 18647).
2015-07-30  Andrew SenkevichPrevent runtime fail of SSE vector math tests on non...
2015-07-15  Arjun ShankarModify several tests to use test-skeleton.c
2015-07-10  Chris Metcalfmath/test-fenvinline: avoid compiler warning
2015-06-29  Joseph MyersImprove tgamma accuracy (bug 18613).
2015-06-29  Joseph MyersFix ldbl-128 j1l spurious underflows (bug 18612).
2015-06-29  Joseph MyersFix j1, jn missing underflows (bug 16559).
2015-06-25  Joseph MyersUse round-to-nearest internally in jn, test with ALL_RM...
2015-06-24  Joseph MyersRefactor libm tests.
2015-06-24  Joseph MyersFix cexp, ccos, ccosh, csin, csinh spurious underflows...
2015-06-24  Joseph MyersMove csin, csinh tests to auto-libm-test-in.
2015-06-24  Joseph MyersFix csin, csinh overflow in directed rounding modes...
2015-06-23  Joseph MyersFix sin, sincos missing underflows (bug 16526, bug...
2015-06-23  Joseph MyersFix spurious "inexact" exceptions from __kernel_standar...
2015-06-23  Joseph MyersFix math/Makefile dependency on libm-test.stmp for...
2015-06-23  Joseph MyersFix csqrt spurious underflows (bug 18371).
2015-06-23  Joseph MyersFix exp2, exp2f spurious underflows (bug 18219).
2015-06-22  Joseph MyersFix expm1 missing underflows (bug 16353).
2015-06-21  Joseph MyersFix x86_64 / x86 expm1l (-min_subnorm) result sign...
2015-06-21  Joseph MyersFix x86 / x86_64 expl, exp10l missing underflows (bug...
2015-06-18  Joseph MyersFix asinh missing underflows (bug 16350).
2015-06-18  Joseph MyersRemove stray spurious-underflow markings from cexp...
2015-06-18  Andrew SenkevichVector sincosf for x86_64 and tests.
2015-06-18  Andrew SenkevichVector sincos for x86_64 and tests.
2015-06-18  Andrew SenkevichVector powf for x86_64 and tests.
2015-06-17  Joseph MyersRemove ldbl-128ibm variants of complex math functions.
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 SenkevichThis patch adds vector cosf tests.
2015-06-09  Andrew SenkevichAddition of testing infrastructure for vector math...
2015-06-09  Andrew SenkevichStart of series of patches with x86_64 vector math...
2015-06-03  Wilco DijkstraThis patch renames all uses of __isinf*, __isnan*,...
2015-05-20  Wilco DijkstraAdd missing math_private includes.
2015-05-19  Joseph MyersFix ldbl-96 remquol (finite, Inf) (bug 18244).
2015-05-19  Joseph MyersFix i386 atanhl spurious underflows (bug 18049).
2015-05-15  Joseph MyersFix atanhl missing underflows (bug 16352).
2015-05-15  Joseph MyersFix tanf spurious underflows (bug 18221).
2015-05-15  Joseph MyersFix lgammaf spurious underflows (bug 18220).
2015-05-15  Joseph MyersFix erfcf spurious underflows (bug 18217).
2015-05-14  Joseph MyersFix atanf spurious underflows (bug 18196).
2015-05-14  Joseph MyersFix log1p missing underflows (bug 16339).
2015-05-14  Andrew SenkevichThis is update for configure, build and install of...
2015-05-14  Andrew SenkevichThis patch adds infrastructure for addition of SIMD
2015-05-14  Andrew SenkevichLast part of changes regarding to libm-test.inc: addition
2015-05-14  Andrew SenkevichRefactoring of START for conditions in individual tests
2015-05-14  Andrew SenkevichThis is the beginning of series of patches with addition
2015-05-08  Joseph MyersAdd more tests of csqrt, lgamma, log10, sinh.
2015-05-06  Joseph MyersAdd more tests of acosh, atanh, cos, csqrt, erfc, sin...
2015-05-05  Joseph MyersAdd further tests of libm functions.
2015-05-02  Joseph MyersAdd more tests of libm functions.
2015-05-01  Joseph MyersAdd more tests of tgamma.
2015-05-01  Joseph MyersAdd more tests of tanh.
2015-05-01  Joseph MyersAdd more tests of tan.
2015-05-01  Joseph MyersAdd more tests of cos, sin, sincos.
2015-05-01  Joseph MyersAdd another test of pow.
2015-05-01  Joseph MyersAdd more tests of lgamma.
2015-05-01  Joseph MyersAdd more tests of log, log10, log1p, log2.
2015-05-01  Joseph MyersAdd more tests of exp, exp10, exp2, expm1.
2015-05-01  Joseph MyersAdd more tests of erf, erfc.
2015-04-30  Joseph MyersAdd more tests of csqrt.
2015-04-30  Joseph MyersAdd further tests of cosh and sinh.
2015-04-28  Joseph MyersFix ldbl-128 roundl for exponents in [31, 47] (bug...
2015-04-22  Wilco DijkstraUse __copysign rather than copysign.
2015-04-13  Stefan LieblerSet errno for log1p on pole/domain error.
2015-04-09  Joseph MyersAdd more tests of clog and clog10.
2015-04-08  Joseph MyersAdd more tests of atanh.
2015-04-08  Joseph MyersAdd more tests of atan.
2015-04-08  Joseph MyersAdd more tests of cbrt.
2015-04-08  Joseph MyersAdd more tests of cabs.
2015-04-08  Joseph MyersFix dbl-64 atan2 in non-default rounding modes (bug...
2015-04-08  Joseph MyersFix dbl-64 atan in non-default rounding modes (bug...
2015-04-06  Richard Hendersonmath/test-fenvinline: Cast fe_exc to unsigned int befor...
2015-03-25  Joseph MyersAdd more tests of acosh, asinh and atanh.
2015-03-25  Joseph MyersAdd another test of asin.
2015-03-25  Joseph MyersAdd more tests of asin.
2015-03-25  Joseph MyersAdd more tests of acos.
2015-03-25  Joseph MyersAdd more tests of expm1.
2015-03-24  Joseph MyersAdd more tests of cosh, sinh.
2015-03-24  Joseph MyersAdd more tests of log2.
2015-03-10  Joseph MyersAdd test for bug 18104.
2015-03-03  Adhemerval Zanellapowerpc: Fix inline feraiseexcept, feclearexcept macros
2015-02-27  Joseph MyersFix ldbl-96, ldbl-128ibm atanhl inaccuracy (bug 18046...
2015-02-26  Joseph MyersFix ldbl-128/ldbl-128ibm acosl inaccuracy (bug 18038...
2015-02-26  Joseph MyersFix asin missing underflows (bug 16351).
2015-02-26  Joseph MyersFix ldbl-128ibm logbl near powers of 2 (bug 18030).
2015-02-26  Joseph MyersFix ldbl-128ibm ilogbl near powers of 2 (bug 18029).
2015-02-25  Joseph MyersFix ldbl-128ibm asinhl inaccuracy (bug 18020).
next