summaryrefslogtreecommitdiff
path: root/math/Makefile
AgeCommit message (Expand)Author
2018-06-20Add a generic significand implementationTulio Magno Quites Machado Filho
2018-06-12Do not use const attribute for nan functions (bug 23277).Joseph Myers
2018-05-18Split test-tgmath3 by function.Joseph Myers
2018-05-17Add narrowing divide functions.Joseph Myers
2018-05-16Add narrowing multiply functions.Joseph Myers
2018-03-20Add narrowing subtract functions.Joseph Myers
2018-02-15Remove mplog and mpexpWilco Dijkstra
2018-02-12Remove slow paths from expSzabolcs Nagy
2018-02-12Remove slow paths from powWilco Dijkstra
2018-02-10Add narrowing add functions.Joseph Myers
2018-02-09Add test infrastructure for narrowing libm functions.Joseph Myers
2018-02-09Add build infrastructure for narrowing libm functions.Joseph Myers
2018-02-09Remove unused math/Makefile variable libm-test-incs.Joseph Myers
2018-01-02Reduce command length in regen-ulps.Joseph Myers
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-12-19Provide a C++ version of iseqsig (bug 22377)Gabriel F. T. Gomes
2017-12-19Revert exp reimplementation (causes test failures).Joseph Myers
2017-12-19Improve __ieee754_exp() performance by greater than 5x on sparc/x86.Patrick McGehearty
2017-12-11Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.cH.J. Lu
2017-12-07Add _Float32 function aliases.Joseph Myers
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