| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Make fallback fesetexceptflag always succeed (bug 21028). | Joseph Myers | 2017-01-05 | 2 | -3/+10 |
* | Update libm-test XFAILs for ibm128 format. | Joseph Myers | 2017-01-04 | 3 | -12945/+12936 |
* | Move wrappers to libm-compat-calls-auto | Gabriel F. T. Gomes | 2017-01-04 | 67 | -5/+13 |
* | Fix math/test-fenvinline for no-exceptions configurations. | Joseph Myers | 2017-01-03 | 1 | -5/+8 |
* | Fix math/test-nearbyint-except for no-exceptions configurations. | Joseph Myers | 2017-01-02 | 1 | -1/+9 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2017-01-01 | 205 | -205/+205 |
* | Add fromfp functions. | Joseph Myers | 2016-12-31 | 12 | -26/+38489 |
* | Add roundeven, roundevenf, roundevenl. | Joseph Myers | 2016-12-21 | 6 | -3/+624 |
* | Add preprocessor indentation for llogb macro in tgmath.h. | Joseph Myers | 2016-12-20 | 1 | -1/+1 |
* | Replace use of snprintf with strfrom in libm tests | Gabriel F. T. Gomes | 2016-12-20 | 4 | -42/+51 |
* | Add fmaxmag, fminmag functions. | Joseph Myers | 2016-12-20 | 8 | -4/+342 |
* | Define FE_SNANS_ALWAYS_SIGNAL. | Joseph Myers | 2016-12-16 | 3 | -1/+50 |
* | Make w_scalbln type-generic | Gabriel F. T. Gomes | 2016-12-16 | 4 | -83/+12 |
* | Fix x86, x86_64 fmax, fmin sNaN handling, add tests (bug 20947). | Joseph Myers | 2016-12-15 | 1 | -0/+72 |
* | Fix generic fmax, fmin sNaN handling (bug 20947). | Joseph Myers | 2016-12-14 | 2 | -2/+16 |
* | Refactor long double information into bits/long-double.h. | Joseph Myers | 2016-12-14 | 2 | -5/+2 |
* | Make w_log1p type-generic | Gabriel F. T. Gomes | 2016-12-14 | 4 | -85/+9 |
* | Better design of libm.a installation rule. | Andrew Senkevich | 2016-12-13 | 1 | -4/+7 |
* | Install libm.a as linker script (bug 20539). | Andrew Senkevich | 2016-12-08 | 1 | -4/+15 |
* | Fix hypot sNaN handling (bug 20940). | Joseph Myers | 2016-12-07 | 1 | -0/+52 |
* | Fix x86_64/x86 powl handling of sNaN arguments (bug 20916). | Joseph Myers | 2016-12-06 | 1 | -1/+53 |
* | Fix pow (qNaN, 0) result with -lieee (bug 20919), remove dead parts of wrappers. | Joseph Myers | 2016-12-02 | 3 | -57/+15 |
* | Add llogb, llogbf, llogbl. | Joseph Myers | 2016-12-02 | 10 | -5/+182 |
* | Refactor FP_ILOGB* out of bits/mathdef.h. | Joseph Myers | 2016-12-01 | 2 | -2/+19 |
* | Refactor FP_FAST_* into bits/fp-fast.h. | Joseph Myers | 2016-11-29 | 2 | -6/+11 |
* | Make ilogb wrappers type-generic. | Joseph Myers | 2016-11-28 | 4 | -86/+9 |
* | Add setpayloadsig, setpayloadsigf, setpayloadsigl. | Joseph Myers | 2016-11-24 | 4 | -2/+93 |
* | Refactor float_t, double_t information into bits/flt-eval-method.h. | Joseph Myers | 2016-11-24 | 2 | -3/+42 |
* | Fix SH4 FP_ILOGB0 (bug 20859). | Joseph Myers | 2016-11-23 | 2 | -1/+42 |
* | Fix default float_t definition (bug 20855). | Joseph Myers | 2016-11-23 | 2 | -1/+67 |
* | Add setpayload, setpayloadf, setpayloadl. | Joseph Myers | 2016-11-19 | 4 | -4/+122 |
* | Refactor some libm type-generic macros. | Joseph Myers | 2016-11-10 | 1 | -85/+40 |
* | Speed up math/test-tgmath2.c | Steve Ellcey | 2016-11-04 | 1 | -9/+122 |
* | Add SNAN, SNANF, SNANL macros. | Joseph Myers | 2016-10-28 | 5 | -0/+14 |
* | Add missing include for stdlib.h. | Carlos O'Donell | 2016-10-28 | 1 | -0/+1 |
* | Add canonicalize, canonicalizef, canonicalizel. | Joseph Myers | 2016-10-26 | 5 | -13/+185 |
* | math.h: Wrap C++ bits in extern "C++" | Florian Weimer | 2016-10-22 | 1 | -2/+2 |
* | math: Define iszero as a function template for C++ [BZ #20715] | Florian Weimer | 2016-10-21 | 3 | -6/+108 |
* | Add getpayload, getpayloadf, getpayloadl. | Joseph Myers | 2016-10-19 | 5 | -4/+96 |
* | Add totalordermag, totalordermagf, totalordermagl. | Joseph Myers | 2016-10-15 | 6 | -3/+271 |
* | Clean up some complex functions raising FE_INVALID. | Joseph Myers | 2016-10-14 | 4 | -29/+7 |
* | Add more totalorder tests. | Joseph Myers | 2016-10-12 | 1 | -0/+28 |
* | Add totalorder, totalorderf, totalorderl. | Joseph Myers | 2016-10-12 | 7 | -6/+282 |
* | Avoid M_NAN + M_NAN in complex functions. | Joseph Myers | 2016-10-11 | 2 | -6/+4 |
* | Make iseqsig handle excess precision. | Joseph Myers | 2016-10-07 | 3 | -3/+100 |
* | Fix iseqsig for ports that do not support FE_INVALID | Adhemerval Zanella | 2016-10-07 | 1 | -0/+1 |
* | Add iseqsig. | Joseph Myers | 2016-10-06 | 6 | -3/+125 |
* | Add iscanonical. | Joseph Myers | 2016-09-30 | 5 | -5/+35 |
* | Fix iszero for excess precision. | Joseph Myers | 2016-09-28 | 3 | -2/+53 |
* | Add iszero. | Joseph Myers | 2016-09-23 | 2 | -1/+34 |