aboutsummaryrefslogtreecommitdiff
path: root/math/Makefile
AgeCommit message (Expand)AuthorFilesLines
2017-08-31Simplify NAN definitions.Joseph Myers1-1/+0
2017-08-31Simplify INFINITY definitions.Joseph Myers1-1/+1
2017-08-31Simplify HUGE_VAL definitions.Joseph Myers1-3/+3
2017-08-29Fix bits/math-finite.h _MSUF_ expansion namespace (bug 22028).Joseph Myers1-1/+3
2017-08-22Provide a C++ version of issignaling that does not use __MATH_TGGabriel F. T. Gomes1-1/+2
2017-08-22math: Statically link tests of internal functionalityFlorian Weimer1-8/+5
2017-08-21Obsolete matherr, _LIB_VERSION, libieee.a.Joseph Myers1-20/+3
2017-06-28Add more thorough generated tgmath.h test.Joseph Myers1-0/+9
2017-05-17Convert e_exp2l.c into a templateGabriel F. T. Gomes1-2/+2
2017-05-15float128: Add public _Float128 declarations to libm.Paul E. Murphy1-1/+2
2017-05-09float128: Add _Float128 make bits to libm.Paul E. Murphy1-2/+14
2017-03-15Split helper classification macros from mathcalls.hGabriel F. T. Gomes1-1/+1
2017-02-24Run libm tests separately for each function.Joseph Myers1-49/+143
2017-02-23Add new templates for IEEE wrappersGabriel F. T. Gomes1-1/+5
2017-02-17Move tests of catan, catanh to auto-libm-test-*.Joseph Myers1-17/+17
2017-02-17Move tests of casin, casinh to auto-libm-test-*.Joseph Myers1-5/+6
2017-02-17Move tests of cacos, cacosh to auto-libm-test-*.Joseph Myers1-6/+6
2017-02-09Merge libm-compat-calls-auto and libm-compat-callsGabriel F. T. Gomes1-9/+5
2017-02-09Move -U__LIBC_INTERNAL_MATH_INLINES to test-math-inline.h.Joseph Myers1-6/+3
2017-02-08Build most libm-test support code once per type.Joseph Myers1-0/+18
2017-02-08Move w_exp to libm-compat-call-autoGabriel F. T. Gomes1-2/+1
2017-02-08Move w_lgamma to libm-compat-calls-autoGabriel F. T. Gomes1-2/+1
2017-02-08Move w_lgamma_r to libm-compat-calls-autoGabriel F. T. Gomes1-2/+3
2017-02-06Split libm-test.inc by function.Joseph Myers1-9/+34
2017-02-06Split auto-libm-test-out by function.Joseph Myers1-3/+12
2017-02-06Eliminate libm-test.stmp.Joseph Myers1-10/+12
2017-02-06Rework gen-libm-test.pl input/output handling.Joseph Myers1-2/+5
2017-02-06Remove before-compile setting in math/Makefile.Joseph Myers1-3/+0
2017-01-04Move wrappers to libm-compat-calls-autoGabriel F. T. Gomes1-5/+13
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-12-31Add fromfp functions.Joseph Myers1-1/+2
2016-12-21Add roundeven, roundevenf, roundevenl.Joseph Myers1-1/+1
2016-12-20Add fmaxmag, fminmag functions.Joseph Myers1-1/+1
2016-12-16Define FE_SNANS_ALWAYS_SIGNAL.Joseph Myers1-1/+4
2016-12-16Make w_scalbln type-genericGabriel F. T. Gomes1-2/+2
2016-12-14Refactor long double information into bits/long-double.h.Joseph Myers1-1/+2
2016-12-14Make w_log1p type-genericGabriel F. T. Gomes1-2/+3
2016-12-13Better design of libm.a installation rule.Andrew Senkevich1-4/+7
2016-12-08Install libm.a as linker script (bug 20539).Andrew Senkevich1-4/+15
2016-12-02Add llogb, llogbf, llogbl.Joseph Myers1-2/+2
2016-12-01Refactor FP_ILOGB* out of bits/mathdef.h.Joseph Myers1-1/+1
2016-11-29Refactor FP_FAST_* into bits/fp-fast.h.Joseph Myers1-1/+1
2016-11-28Make ilogb wrappers type-generic.Joseph Myers1-2/+1
2016-11-24Add setpayloadsig, setpayloadsigf, setpayloadsigl.Joseph Myers1-1/+1
2016-11-24Refactor float_t, double_t information into bits/flt-eval-method.h.Joseph Myers1-1/+2
2016-11-23Fix SH4 FP_ILOGB0 (bug 20859).Joseph Myers1-1/+2
2016-11-23Fix default float_t definition (bug 20855).Joseph Myers1-1/+2
2016-11-19Add setpayload, setpayloadf, setpayloadl.Joseph Myers1-1/+1
2016-10-26Add canonicalize, canonicalizef, canonicalizel.Joseph Myers1-1/+1
2016-10-21math: Define iszero as a function template for C++ [BZ #20715]Florian Weimer1-1/+2