about summary refs log tree commit diff
path: root/math/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Add iscanonical.Joseph Myers2016-09-301-2/+2
* Fix iszero for excess precision.Joseph Myers2016-09-281-1/+3
* Build s_nan* objects from a generic templatePaul E. Murphy2016-09-201-2/+3
* Make ldexpF generic.Paul E. Murphy2016-09-201-5/+15
* Add femode_t functions.Joseph Myers2016-09-071-2/+4
* Remove unneeded stubs for k_rem_pio2l.Paul E. Murphy2016-09-011-3/+3
* Make common fmin implementation generic.Paul E. Murphy2016-09-011-2/+2
* Make common fmax implementation generic.Paul E. Murphy2016-09-011-2/+2
* Make common nextdown implementation generic.Paul E. Murphy2016-09-011-2/+2
* Make common fdim implementation generic.Paul E. Murphy2016-09-011-2/+2
* Convert remaining complex function to generated filesPaul E. Murphy2016-08-291-3/+2
* Add fetestexceptflag.Joseph Myers2016-08-291-2/+2
* Convert _Complex tangent functions to generated codePaul E. Murphy2016-08-191-3/+3
* Convert _Complex sine functions to generated codePaul E. Murphy2016-08-191-6/+7
* Convert _Complex cosine functions to generated codePaul E. Murphy2016-08-191-4/+5
* Support for type-generic libm function implementations libmPaul E. Murphy2016-08-171-2/+29
* Add fesetexcept.Joseph Myers2016-08-161-2/+3
* Add tests for fegetexceptflag, fesetexceptflag.Joseph Myers2016-08-101-1/+1
* Refactor part of math MakefilePaul E. Murphy2016-08-031-56/+75
* Add nextup and nextdown math functionsRajalakshmi Srinivasaraghavan2016-06-161-1/+1
* Fix modf (sNaN) (bug 20240).Joseph Myers2016-06-101-0/+6
* Support sNaN testing in libm-test.inc.Joseph Myers2016-05-261-1/+8
* Register extra test objectsAndreas Schwab2016-04-131-3/+7
* math: don't clobber old libm.so on install [BZ #19822]Dylan Alex Simon2016-03-211-1/+2
* Omit test-math-isinff when no C++ compiler.Roland McGrath2016-03-041-1/+4
* Ensure isinff, isinfl, isnanf, and isnanl are defined (Bug 19439)Carlos O'Donell2016-02-141-0/+3
* [BZ #19451]Paul Pluzhnikov2016-01-181-2/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* Fix nan functions handling of payload strings (bug 16961, bug 16962).Joseph Myers2015-12-041-1/+2
* Corrected path to installed libmvec_nonshared.aAndrew Senkevich2015-12-031-1/+1
* Better workaround for aliases of *_finite symbols in vector math library.Andrew Senkevich2015-11-271-1/+1
* Fix lgamma setting signgam for ISO C (bug 15421).Joseph Myers2015-11-201-3/+21
* Fix powerpc nearbyint wrongly clearing "inexact" and leaving traps disabled (...Joseph Myers2015-11-111-1/+2
* Run libm-test tests for finite-math-only functions.Joseph Myers2015-11-051-5/+15
* Fix finite-math-only lgamma functions signgam setting (bug 19211).Joseph Myers2015-11-051-1/+6
* Make drem an alias of remainder (bug 16171).Joseph Myers2015-10-291-1/+1
* Fix i386/x86_64 fesetenv SSE exception clearing (bug 19181).Joseph Myers2015-10-281-1/+1
* Fix i386 / x86_64 nearbyint exception clearing (bug 15491).Joseph Myers2015-10-221-1/+1
* Since we now inline isinf, isnan and isfinite in math.h, replace uses of __is...Wilco Dijkstra2015-09-181-1/+1
* Add inlining of the C99 math functions isinf/isnan/signbit/isfinite/isnormal/...Wilco Dijkstra2015-09-181-1/+2
* Fix lgamma (negative) inaccuracy (bug 2542, bug 2543, bug 2558).Joseph Myers2015-09-101-1/+1
* Don't use -Wno-uninitialized in math/.Joseph Myers2015-08-201-3/+0
* Update libmvec multiarch functions for <cpu-features.h>H.J. Lu2015-08-131-1/+1
* Prevent runtime fail of SSE vector math tests on non SSE4.1 machine.Andrew Senkevich2015-07-301-2/+0
* Fix math/Makefile dependency on libm-test.stmp for libmvec tests.Joseph Myers2015-06-231-1/+3
* This patch adds vector cosf tests.Andrew Senkevich2015-06-091-0/+9
* Addition of testing infrastructure for vector math functions.Andrew Senkevich2015-06-091-8/+25
* This is update for configure, build and install of vector math library.Andrew Senkevich2015-05-141-0/+16
* This patch adds infrastructure for addition of SIMDAndrew Senkevich2015-05-141-1/+2
* Last part of changes regarding to libm-test.inc: additionAndrew Senkevich2015-05-141-2/+3