about summary refs log tree commit diff
path: root/math/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Patch to require Python 3.4 or later to build glibc.Joseph Myers2018-10-291-10/+0
* Add new pow implementationSzabolcs Nagy2018-09-191-1/+1
* Add new log2 implementationSzabolcs Nagy2018-09-121-1/+2
* Add new log implementationSzabolcs Nagy2018-09-121-1/+1
* Add new exp and exp2 implementationsSzabolcs Nagy2018-09-051-2/+2
* Remove unused math filesWilco Dijkstra2018-08-241-7/+9
* Improve performance of sincosfWilco Dijkstra2018-08-101-1/+1
* Replace gen-libm-test.pl with gen-libm-test.py.Joseph Myers2018-08-091-13/+13
* Add a generic significand implementationTulio Magno Quites Machado Filho2018-06-201-2/+3
* Do not use const attribute for nan functions (bug 23277).Joseph Myers2018-06-121-1/+3
* Split test-tgmath3 by function.Joseph Myers2018-05-181-6/+26
* 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