about summary refs log tree commit diff
path: root/math/Makefile
Commit message (Expand)AuthorAgeFilesLines
...
* Add narrowing divide functions.Joseph Myers2018-05-171-2/+2
* Add narrowing multiply functions.Joseph Myers2018-05-161-2/+2
* Add narrowing subtract functions.Joseph Myers2018-03-201-2/+2
* Remove mplog and mpexpWilco Dijkstra2018-02-151-1/+1
* Remove slow paths from expSzabolcs Nagy2018-02-121-1/+1
* Remove slow paths from powWilco Dijkstra2018-02-121-2/+2
* Add narrowing add functions.Joseph Myers2018-02-101-2/+2
* Add test infrastructure for narrowing libm functions.Joseph Myers2018-02-091-4/+67
* Add build infrastructure for narrowing libm functions.Joseph Myers2018-02-091-1/+13
* Remove unused math/Makefile variable libm-test-incs.Joseph Myers2018-02-091-2/+0
* Reduce command length in regen-ulps.Joseph Myers2018-01-021-2/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* Provide a C++ version of iseqsig (bug 22377)Gabriel F. T. Gomes2017-12-191-1/+1
* Revert exp reimplementation (causes test failures).Joseph Myers2017-12-191-1/+1
* Improve __ieee754_exp() performance by greater than 5x on sparc/x86.Patrick McGehearty2017-12-191-1/+1
* Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.cH.J. Lu2017-12-111-42/+42
* Add _Float32 function aliases.Joseph Myers2017-12-071-1/+1
* Add _Float64, _Float32x function aliases.Joseph Myers2017-12-061-2/+2
* Support testing _Float64x libm functions.Joseph Myers2017-11-241-1/+6
* Remove _Mlong_double_ etc. macros.Joseph Myers2017-10-301-4/+2
* Add bits/floatn.h defines for more _FloatN / _FloatNx types.Joseph Myers2017-10-201-1/+1
* Support running libm tests for float128 as alias for long double.Joseph Myers2017-10-161-1/+2
* Run libm long double tests for long double = double.Joseph Myers2017-10-111-8/+13
* Ensure C99 and C11 interfaces are available for C++ [BZ #21326]Jonathan Wakely2017-10-091-1/+3
* Add C++ versions of iscanonical for ldbl-96 and ldbl-128ibm (bug 22235)Gabriel F. T. Gomes2017-10-031-1/+3
* New generic powfSzabolcs Nagy2017-09-291-1/+1
* New generic log2fSzabolcs Nagy2017-09-291-1/+2
* New generic logfSzabolcs Nagy2017-09-291-1/+1
* Optimized generic expf and exp2f with wrappersSzabolcs Nagy2017-09-251-1/+1
* Simplify NAN definitions.Joseph Myers2017-08-311-1/+0
* Simplify INFINITY definitions.Joseph Myers2017-08-311-1/+1
* Simplify HUGE_VAL definitions.Joseph Myers2017-08-311-3/+3
* Fix bits/math-finite.h _MSUF_ expansion namespace (bug 22028).Joseph Myers2017-08-291-1/+3
* Provide a C++ version of issignaling that does not use __MATH_TGGabriel F. T. Gomes2017-08-221-1/+2
* math: Statically link tests of internal functionalityFlorian Weimer2017-08-221-8/+5
* Obsolete matherr, _LIB_VERSION, libieee.a.Joseph Myers2017-08-211-20/+3
* Add more thorough generated tgmath.h test.Joseph Myers2017-06-281-0/+9
* Convert e_exp2l.c into a templateGabriel F. T. Gomes2017-05-171-2/+2
* float128: Add public _Float128 declarations to libm.Paul E. Murphy2017-05-151-1/+2
* float128: Add _Float128 make bits to libm.Paul E. Murphy2017-05-091-2/+14
* Split helper classification macros from mathcalls.hGabriel F. T. Gomes2017-03-151-1/+1
* Run libm tests separately for each function.Joseph Myers2017-02-241-49/+143
* Add new templates for IEEE wrappersGabriel F. T. Gomes2017-02-231-1/+5
* Move tests of catan, catanh to auto-libm-test-*.Joseph Myers2017-02-171-17/+17
* Move tests of casin, casinh to auto-libm-test-*.Joseph Myers2017-02-171-5/+6
* Move tests of cacos, cacosh to auto-libm-test-*.Joseph Myers2017-02-171-6/+6
* Merge libm-compat-calls-auto and libm-compat-callsGabriel F. T. Gomes2017-02-091-9/+5
* Move -U__LIBC_INTERNAL_MATH_INLINES to test-math-inline.h.Joseph Myers2017-02-091-6/+3
* Build most libm-test support code once per type.Joseph Myers2017-02-081-0/+18
* Move w_exp to libm-compat-call-autoGabriel F. T. Gomes2017-02-081-2/+1