aboutsummaryrefslogtreecommitdiff
path: root/math/Makefile
AgeCommit message (Expand)Author
2017-12-06Add _Float64, _Float32x function aliases.Joseph Myers
2017-11-24Support testing _Float64x libm functions.Joseph Myers
2017-10-30Remove _Mlong_double_ etc. macros.Joseph Myers
2017-10-20Add bits/floatn.h defines for more _FloatN / _FloatNx types.Joseph Myers
2017-10-16Support running libm tests for float128 as alias for long double.Joseph Myers
2017-10-11Run libm long double tests for long double = double.Joseph Myers
2017-10-09Ensure C99 and C11 interfaces are available for C++ [BZ #21326]Jonathan Wakely
2017-10-03Add C++ versions of iscanonical for ldbl-96 and ldbl-128ibm (bug 22235)Gabriel F. T. Gomes
2017-09-29New generic powfSzabolcs Nagy
2017-09-29New generic log2fSzabolcs Nagy
2017-09-29New generic logfSzabolcs Nagy
2017-09-25Optimized generic expf and exp2f with wrappersSzabolcs Nagy
2017-08-31Simplify NAN definitions.Joseph Myers
2017-08-31Simplify INFINITY definitions.Joseph Myers
2017-08-31Simplify HUGE_VAL definitions.Joseph Myers
2017-08-29Fix bits/math-finite.h _MSUF_ expansion namespace (bug 22028).Joseph Myers
2017-08-22Provide a C++ version of issignaling that does not use __MATH_TGGabriel F. T. Gomes
2017-08-22math: Statically link tests of internal functionalityFlorian Weimer
2017-08-21Obsolete matherr, _LIB_VERSION, libieee.a.Joseph Myers
2017-06-28Add more thorough generated tgmath.h test.Joseph Myers
2017-05-17Convert e_exp2l.c into a templateGabriel F. T. Gomes
2017-05-15float128: Add public _Float128 declarations to libm.Paul E. Murphy
2017-05-09float128: Add _Float128 make bits to libm.Paul E. Murphy
2017-03-15Split helper classification macros from mathcalls.hGabriel F. T. Gomes
2017-02-24Run libm tests separately for each function.Joseph Myers
2017-02-23Add new templates for IEEE wrappersGabriel F. T. Gomes
2017-02-17Move tests of catan, catanh to auto-libm-test-*.Joseph Myers
2017-02-17Move tests of casin, casinh to auto-libm-test-*.Joseph Myers
2017-02-17Move tests of cacos, cacosh to auto-libm-test-*.Joseph Myers
2017-02-09Merge libm-compat-calls-auto and libm-compat-callsGabriel F. T. Gomes
2017-02-09Move -U__LIBC_INTERNAL_MATH_INLINES to test-math-inline.h.Joseph Myers
2017-02-08Build most libm-test support code once per type.Joseph Myers
2017-02-08Move w_exp to libm-compat-call-autoGabriel F. T. Gomes
2017-02-08Move w_lgamma to libm-compat-calls-autoGabriel F. T. Gomes
2017-02-08Move w_lgamma_r to libm-compat-calls-autoGabriel F. T. Gomes
2017-02-06Split libm-test.inc by function.Joseph Myers
2017-02-06Split auto-libm-test-out by function.Joseph Myers
2017-02-06Eliminate libm-test.stmp.Joseph Myers
2017-02-06Rework gen-libm-test.pl input/output handling.Joseph Myers
2017-02-06Remove before-compile setting in math/Makefile.Joseph Myers
2017-01-04Move wrappers to libm-compat-calls-autoGabriel F. T. Gomes
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-12-31Add fromfp functions.Joseph Myers
2016-12-21Add roundeven, roundevenf, roundevenl.Joseph Myers
2016-12-20Add fmaxmag, fminmag functions.Joseph Myers
2016-12-16Define FE_SNANS_ALWAYS_SIGNAL.Joseph Myers
2016-12-16Make w_scalbln type-genericGabriel F. T. Gomes
2016-12-14Refactor long double information into bits/long-double.h.Joseph Myers
2016-12-14Make w_log1p type-genericGabriel F. T. Gomes
2016-12-13Better design of libm.a installation rule.Andrew Senkevich