]> git.ipfire.org Git - thirdparty/glibc.git/history - math
Fix MIPS n64 readahead (bug 21026).
[thirdparty/glibc.git] / math /
2017-01-04  Joseph MyersUpdate libm-test XFAILs for ibm128 format.
2017-01-04  Gabriel F. T. GomesMove wrappers to libm-compat-calls-auto
2017-01-03  Joseph MyersFix math/test-fenvinline for no-exceptions configurations.
2017-01-02  Joseph MyersFix math/test-nearbyint-except for no-exceptions config...
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 preprocessor indentation for llogb macro in tgmath.h.
2016-12-20  Gabriel F. T. GomesReplace use of snprintf with strfrom in libm tests
2016-12-20  Joseph MyersAdd fmaxmag, fminmag functions.
2016-12-16  Joseph MyersDefine FE_SNANS_ALWAYS_SIGNAL.
2016-12-16  Gabriel F. T. GomesMake w_scalbln type-generic
2016-12-15  Joseph MyersFix x86, x86_64 fmax, fmin sNaN handling, add tests...
2016-12-14  Joseph MyersFix generic fmax, fmin sNaN handling (bug 20947).
2016-12-14  Joseph MyersRefactor long double information into bits/long-double.h.
2016-12-14  Gabriel F. T. GomesMake w_log1p type-generic
2016-12-13  Andrew SenkevichBetter design of libm.a installation rule.
2016-12-08  Andrew SenkevichInstall libm.a as linker script (bug 20539).
2016-12-07  Joseph MyersFix hypot sNaN handling (bug 20940).
2016-12-06  Joseph MyersFix x86_64/x86 powl handling of sNaN arguments (bug...
2016-12-02  Joseph MyersFix pow (qNaN, 0) result with -lieee (bug 20919), remov...
2016-12-02  Joseph MyersAdd llogb, llogbf, llogbl.
2016-12-01  Joseph MyersRefactor FP_ILOGB* out of bits/mathdef.h.
2016-11-29  Joseph MyersRefactor FP_FAST_* into bits/fp-fast.h.
2016-11-28  Joseph MyersMake ilogb wrappers type-generic.
2016-11-24  Joseph MyersAdd setpayloadsig, setpayloadsigf, setpayloadsigl.
2016-11-24  Joseph MyersRefactor float_t, double_t information into bits/flt...
2016-11-23  Joseph MyersFix SH4 FP_ILOGB0 (bug 20859).
2016-11-23  Joseph MyersFix default float_t definition (bug 20855).
2016-11-19  Joseph MyersAdd setpayload, setpayloadf, setpayloadl.
2016-11-10  Joseph MyersRefactor some libm type-generic macros.
2016-11-04  Steve EllceySpeed up math/test-tgmath2.c
2016-10-28  Joseph MyersAdd SNAN, SNANF, SNANL macros.
2016-10-28  Carlos O'DonellAdd missing include for stdlib.h.
2016-10-26  Joseph MyersAdd canonicalize, canonicalizef, canonicalizel.
2016-10-22  Florian Weimermath.h: Wrap C++ bits in extern "C++"
2016-10-21  Florian Weimermath: Define iszero as a function template for C++...
2016-10-19  Joseph MyersAdd getpayload, getpayloadf, getpayloadl.
2016-10-15  Joseph MyersAdd totalordermag, totalordermagf, totalordermagl.
2016-10-14  Joseph MyersClean up some complex functions raising FE_INVALID.
2016-10-12  Joseph MyersAdd more totalorder tests.
2016-10-12  Joseph MyersAdd totalorder, totalorderf, totalorderl.
2016-10-11  Joseph MyersAvoid M_NAN + M_NAN in complex functions.
2016-10-07  Joseph MyersMake iseqsig handle excess precision.
2016-10-07  Adhemerval ZanellaFix iseqsig for ports that do not support FE_INVALID
2016-10-06  Joseph MyersAdd iseqsig.
2016-09-30  Joseph MyersAdd iscanonical.
2016-09-28  Joseph MyersFix iszero for excess precision.
2016-09-23  Joseph MyersAdd iszero.
2016-09-21  Joseph MyersAdd issubnormal.
2016-09-20  Paul E. MurphyBuild s_nan* objects from a generic template
2016-09-20  Paul E. MurphyRemove __nan{f,,l} macros
2016-09-20  Paul E. MurphyMake ldexpF generic.
2016-09-07  Joseph MyersAdd femode_t functions.
2016-09-01  Paul E. MurphyRemove unneeded stubs for k_rem_pio2l.
2016-09-01  Paul E. MurphyMake common fmin implementation generic.
2016-09-01  Paul E. MurphyMake common fmax implementation generic.
2016-09-01  Paul E. MurphyMake common nextdown implementation generic.
2016-09-01  Paul E. MurphyMake common fdim implementation generic.
2016-08-29  Paul E. MurphyConvert remaining complex function to generated files
2016-08-29  Paul E. MurphyPrepare to convert remaining _Complex functions
2016-08-29  Joseph MyersAdd fetestexceptflag.
2016-08-19  Paul E. MurphyConvert _Complex tangent functions to generated code
2016-08-19  Paul E. MurphyPrepare to convert _Complex tangent functions
2016-08-19  Paul E. MurphyConvert _Complex sine functions to generated code
2016-08-19  Paul E. MurphyPrepare to convert _Complex sine functions
2016-08-19  Paul E. MurphyMerge common usage of mul_split function
2016-08-19  Paul E. MurphyConvert _Complex cosine functions to generated code
2016-08-19  Paul E. MurphyPrepare to convert _Complex cosine functions
2016-08-17  Paul E. MurphySupport for type-generic libm function implementations...
2016-08-16  Joseph MyersAdd fesetexcept.
2016-08-12  Joseph MyersFix test-fexcept when "inexact" implicitly raised.
2016-08-10  Joseph MyersAdd tests for fegetexceptflag, fesetexceptflag.
2016-08-05  Aurelien Jarnosparc32/sparcv9: add a VIS3 version of fdim
2016-08-05  Paul E. MurphyImprove gen-libm-test.pl LIT() application
2016-08-05  Joseph MyersFix math.h comment about bits/mathdef.h.
2016-08-04  Joseph MyersDo not call __nan in scalb functions.
2016-08-03  Joseph MyersAlso handle __STDC_WANT_IEC_60559_BFP_EXT__ in <tgmath.h>.
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-08-03  Paul E. MurphyUnify drift between _Complex function type variants
2016-08-03  Paul E. MurphyRefactor part of math Makefile
2016-08-02  Andrew Senkevichx86_64: Call finite scalar versions in vectorized log...
2016-07-18  Siddhesh PoyarekarFix cos computation for multiple precision fallback...
2016-06-27  Joseph MyersAvoid "inexact" exceptions in i386/x86_64 trunc functio...
2016-06-27  Joseph MyersAvoid "inexact" exceptions in i386/x86_64 floor functio...
2016-06-27  Joseph MyersAvoid "inexact" exceptions in i386/x86_64 ceil function...
2016-06-23  Joseph MyersFix i386/x86_64 scalbl with sNaN input (bug 20296).
2016-06-23  Joseph MyersAdd more sNaN tests (most remaining real functions).
2016-06-16  Rajalakshmi Sriniv... Add nextup and nextdown math functions
2016-06-14  Joseph MyersFix i386 fdim double rounding (bug 20255).
2016-06-14  Joseph MyersUse generic fdim on more architectures (bug 6796, bug...
2016-06-14  Joseph MyersSimplify generic fdim implementations.
2016-06-13  Joseph MyersFix dbl-64 atan2 (sNaN, qNaN) (bug 20252).
2016-06-13  Joseph MyersAdd more sNaN tests (cimag, conj, copysign, creal,...
2016-06-13  Joseph MyersFix frexp (NaN) (bug 20250).
2016-06-10  Joseph MyersFix modf (sNaN) (bug 20240).
2016-06-09  Joseph MyersFix i386/x86_64 log2l (sNaN) (bug 20235).
2016-06-08  Joseph MyersFix i386/x86_64 log1pl (sNaN) (bug 20229).
2016-06-08  Joseph MyersFix i386/x86_64 log10l (sNaN) (bug 20228).
next