Age | Commit message (Expand) | Author |
2016-12-01 | Refactor FP_ILOGB* out of bits/mathdef.h. | Joseph Myers |
2016-11-29 | Refactor FP_FAST_* into bits/fp-fast.h. | Joseph Myers |
2016-11-28 | Make ilogb wrappers type-generic. | Joseph Myers |
2016-11-24 | Add setpayloadsig, setpayloadsigf, setpayloadsigl. | Joseph Myers |
2016-11-24 | Refactor float_t, double_t information into bits/flt-eval-method.h. | Joseph Myers |
2016-11-23 | Fix SH4 FP_ILOGB0 (bug 20859). | Joseph Myers |
2016-11-23 | Fix default float_t definition (bug 20855). | Joseph Myers |
2016-11-19 | Add setpayload, setpayloadf, setpayloadl. | Joseph Myers |
2016-10-26 | Add canonicalize, canonicalizef, canonicalizel. | Joseph Myers |
2016-10-21 | math: Define iszero as a function template for C++ [BZ #20715] | Florian Weimer |
2016-10-19 | Add getpayload, getpayloadf, getpayloadl. | Joseph Myers |
2016-10-15 | Add totalordermag, totalordermagf, totalordermagl. | Joseph Myers |
2016-10-12 | Add totalorder, totalorderf, totalorderl. | Joseph Myers |
2016-10-07 | Make iseqsig handle excess precision. | Joseph Myers |
2016-10-06 | Add iseqsig. | Joseph Myers |
2016-09-30 | Add iscanonical. | Joseph Myers |
2016-09-28 | Fix iszero for excess precision. | Joseph Myers |
2016-09-20 | Build s_nan* objects from a generic template | Paul E. Murphy |
2016-09-20 | Make ldexpF generic. | Paul E. Murphy |
2016-09-07 | Add femode_t functions. | Joseph Myers |
2016-09-01 | Remove unneeded stubs for k_rem_pio2l. | Paul E. Murphy |
2016-09-01 | Make common fmin implementation generic. | Paul E. Murphy |
2016-09-01 | Make common fmax implementation generic. | Paul E. Murphy |
2016-09-01 | Make common nextdown implementation generic. | Paul E. Murphy |
2016-09-01 | Make common fdim implementation generic. | Paul E. Murphy |
2016-08-29 | Convert remaining complex function to generated files | Paul E. Murphy |
2016-08-29 | Add fetestexceptflag. | Joseph Myers |
2016-08-19 | Convert _Complex tangent functions to generated code | Paul E. Murphy |
2016-08-19 | Convert _Complex sine functions to generated code | Paul E. Murphy |
2016-08-19 | Convert _Complex cosine functions to generated code | Paul E. Murphy |
2016-08-17 | Support for type-generic libm function implementations libm | Paul E. Murphy |
2016-08-16 | Add fesetexcept. | Joseph Myers |
2016-08-10 | Add tests for fegetexceptflag, fesetexceptflag. | Joseph Myers |
2016-08-03 | Refactor part of math Makefile | Paul E. Murphy |
2016-06-16 | Add nextup and nextdown math functions | Rajalakshmi Srinivasaraghavan |
2016-06-10 | Fix modf (sNaN) (bug 20240). | Joseph Myers |
2016-05-26 | Support sNaN testing in libm-test.inc. | Joseph Myers |
2016-04-13 | Register extra test objects | Andreas Schwab |
2016-03-21 | math: don't clobber old libm.so on install [BZ #19822] | Dylan Alex Simon |
2016-03-04 | Omit test-math-isinff when no C++ compiler. | Roland McGrath |
2016-02-14 | Ensure isinff, isinfl, isnanf, and isnanl are defined (Bug 19439) | Carlos O'Donell |
2016-01-18 | [BZ #19451] | Paul Pluzhnikov |
2016-01-04 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2015-12-04 | Fix nan functions handling of payload strings (bug 16961, bug 16962). | Joseph Myers |
2015-12-03 | Corrected path to installed libmvec_nonshared.a | Andrew Senkevich |
2015-11-27 | Better workaround for aliases of *_finite symbols in vector math library. | Andrew Senkevich |
2015-11-20 | Fix lgamma setting signgam for ISO C (bug 15421). | Joseph Myers |
2015-11-11 | Fix powerpc nearbyint wrongly clearing "inexact" and leaving traps disabled (... | Joseph Myers |
2015-11-05 | Run libm-test tests for finite-math-only functions. | Joseph Myers |
2015-11-05 | Fix finite-math-only lgamma functions signgam setting (bug 19211). | Joseph Myers |