aboutsummaryrefslogtreecommitdiff
path: root/math/Makefile
AgeCommit message (Expand)AuthorFilesLines
2016-10-26Add canonicalize, canonicalizef, canonicalizel.Joseph Myers1-1/+1
2016-10-21math: Define iszero as a function template for C++ [BZ #20715]Florian Weimer1-1/+2
2016-10-19Add getpayload, getpayloadf, getpayloadl.Joseph Myers1-1/+2
2016-10-15Add totalordermag, totalordermagf, totalordermagl.Joseph Myers1-1/+1
2016-10-12Add totalorder, totalorderf, totalorderl.Joseph Myers1-1/+1
2016-10-07Make iseqsig handle excess precision.Joseph Myers1-1/+3
2016-10-06Add iseqsig.Joseph Myers1-1/+1
2016-09-30Add iscanonical.Joseph Myers1-2/+2
2016-09-28Fix iszero for excess precision.Joseph Myers1-1/+3
2016-09-20Build s_nan* objects from a generic templatePaul E. Murphy1-2/+3
2016-09-20Make ldexpF generic.Paul E. Murphy1-5/+15
2016-09-07Add femode_t functions.Joseph Myers1-2/+4
2016-09-01Remove unneeded stubs for k_rem_pio2l.Paul E. Murphy1-3/+3
2016-09-01Make common fmin implementation generic.Paul E. Murphy1-2/+2
2016-09-01Make common fmax implementation generic.Paul E. Murphy1-2/+2
2016-09-01Make common nextdown implementation generic.Paul E. Murphy1-2/+2
2016-09-01Make common fdim implementation generic.Paul E. Murphy1-2/+2
2016-08-29Convert remaining complex function to generated filesPaul E. Murphy1-3/+2
2016-08-29Add fetestexceptflag.Joseph Myers1-2/+2
2016-08-19Convert _Complex tangent functions to generated codePaul E. Murphy1-3/+3
2016-08-19Convert _Complex sine functions to generated codePaul E. Murphy1-6/+7
2016-08-19Convert _Complex cosine functions to generated codePaul E. Murphy1-4/+5
2016-08-17Support for type-generic libm function implementations libmPaul E. Murphy1-2/+29
2016-08-16Add fesetexcept.Joseph Myers1-2/+3
2016-08-10Add tests for fegetexceptflag, fesetexceptflag.Joseph Myers1-1/+1
2016-08-03Refactor part of math MakefilePaul E. Murphy1-56/+75
2016-06-16Add nextup and nextdown math functionsRajalakshmi Srinivasaraghavan1-1/+1
2016-06-10Fix modf (sNaN) (bug 20240).Joseph Myers1-0/+6
2016-05-26Support sNaN testing in libm-test.inc.Joseph Myers1-1/+8
2016-04-13Register extra test objectsAndreas Schwab1-3/+7
2016-03-21math: don't clobber old libm.so on install [BZ #19822]Dylan Alex Simon1-1/+2
2016-03-04Omit test-math-isinff when no C++ compiler.Roland McGrath1-1/+4
2016-02-14Ensure isinff, isinfl, isnanf, and isnanl are defined (Bug 19439)Carlos O'Donell1-0/+3
2016-01-18[BZ #19451]Paul Pluzhnikov1-2/+2
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-12-04Fix nan functions handling of payload strings (bug 16961, bug 16962).Joseph Myers1-1/+2
2015-12-03Corrected path to installed libmvec_nonshared.aAndrew Senkevich1-1/+1
2015-11-27Better workaround for aliases of *_finite symbols in vector math library.Andrew Senkevich1-1/+1
2015-11-20Fix lgamma setting signgam for ISO C (bug 15421).Joseph Myers1-3/+21
2015-11-11Fix powerpc nearbyint wrongly clearing "inexact" and leaving traps disabled (...Joseph Myers1-1/+2
2015-11-05Run libm-test tests for finite-math-only functions.Joseph Myers1-5/+15
2015-11-05Fix finite-math-only lgamma functions signgam setting (bug 19211).Joseph Myers1-1/+6
2015-10-29Make drem an alias of remainder (bug 16171).Joseph Myers1-1/+1
2015-10-28Fix i386/x86_64 fesetenv SSE exception clearing (bug 19181).Joseph Myers1-1/+1
2015-10-22Fix i386 / x86_64 nearbyint exception clearing (bug 15491).Joseph Myers1-1/+1
2015-09-18Since we now inline isinf, isnan and isfinite in math.h, replace uses of __is...Wilco Dijkstra1-1/+1
2015-09-18Add inlining of the C99 math functions isinf/isnan/signbit/isfinite/isnormal/...Wilco Dijkstra1-1/+2
2015-09-10Fix lgamma (negative) inaccuracy (bug 2542, bug 2543, bug 2558).Joseph Myers1-1/+1
2015-08-20Don't use -Wno-uninitialized in math/.Joseph Myers1-3/+0
2015-08-13Update libmvec multiarch functions for <cpu-features.h>H.J. Lu1-1/+1