aboutsummaryrefslogtreecommitdiff
path: root/math/Makefile
AgeCommit message (Expand)AuthorFilesLines
2018-02-09Add test infrastructure for narrowing libm functions.Joseph Myers1-4/+67
2018-02-09Add build infrastructure for narrowing libm functions.Joseph Myers1-1/+13
2018-02-09Remove unused math/Makefile variable libm-test-incs.Joseph Myers1-2/+0
2018-01-02Reduce command length in regen-ulps.Joseph Myers1-2/+2
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-12-19Provide a C++ version of iseqsig (bug 22377)Gabriel F. T. Gomes1-1/+1
2017-12-19Revert exp reimplementation (causes test failures).Joseph Myers1-1/+1
2017-12-19Improve __ieee754_exp() performance by greater than 5x on sparc/x86.Patrick McGehearty1-1/+1
2017-12-11Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.cH.J. Lu1-42/+42
2017-12-07Add _Float32 function aliases.Joseph Myers1-1/+1
2017-12-06Add _Float64, _Float32x function aliases.Joseph Myers1-2/+2
2017-11-24Support testing _Float64x libm functions.Joseph Myers1-1/+6
2017-10-30Remove _Mlong_double_ etc. macros.Joseph Myers1-4/+2
2017-10-20Add bits/floatn.h defines for more _FloatN / _FloatNx types.Joseph Myers1-1/+1
2017-10-16Support running libm tests for float128 as alias for long double.Joseph Myers1-1/+2
2017-10-11Run libm long double tests for long double = double.Joseph Myers1-8/+13
2017-10-09Ensure C99 and C11 interfaces are available for C++ [BZ #21326]Jonathan Wakely1-1/+3
2017-10-03Add C++ versions of iscanonical for ldbl-96 and ldbl-128ibm (bug 22235)Gabriel F. T. Gomes1-1/+3
2017-09-29New generic powfSzabolcs Nagy1-1/+1
2017-09-29New generic log2fSzabolcs Nagy1-1/+2
2017-09-29New generic logfSzabolcs Nagy1-1/+1
2017-09-25Optimized generic expf and exp2f with wrappersSzabolcs Nagy1-1/+1
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