Age | Commit message (Expand) | Author | Files | Lines |
2017-11-15 | Use __builtin_tgmath in tgmath.h with GCC 8 (bug 21660). | Joseph Myers | 1 | -57/+147 |
2017-11-03 | Handle more _FloatN, _FloatNx types in __MATH_TG. | Joseph Myers | 1 | -1/+31 |
2017-11-03 | Handle more _FloatN, _FloatNx types in tgmath.h. | Joseph Myers | 1 | -2/+29 |
2017-11-01 | Include bits/cmathcalls.h for more _FloatN, _FloatNx types. | Joseph Myers | 1 | -0/+72 |
2017-11-01 | Clean up complex.h handling of float128. | Joseph Myers | 1 | -15/+13 |
2017-10-31 | Define CMPLX macros for more _FloatN, _FloatNx types. | Joseph Myers | 1 | -0/+25 |
2017-10-31 | Adjust __MATH_EVAL_FMT2 definition to handle _Float16 better. | Joseph Myers | 1 | -0/+2 |
2017-10-30 | Include bits/math-finite.h for more _FloatN, _FloatNx types. | Joseph Myers | 1 | -2/+137 |
2017-10-30 | Remove _Mlong_double_ etc. macros. | Joseph Myers | 4 | -53/+14 |
2017-10-30 | Add _FloatN, _FloatNx M_* constants. | Joseph Myers | 1 | -0/+84 |
2017-10-27 | Include bits/mathcalls.h for more _FloatN, _FloatNx types. | Joseph Myers | 1 | -3/+123 |
2017-10-26 | Add SNAN macros for more _FloatN, _FloatNx types. | Joseph Myers | 1 | -0/+18 |
2017-10-26 | Add HUGE_VAL macros for more _FloatN, _FloatNx types. | Joseph Myers | 1 | -0/+18 |
2017-10-20 | Add bits/floatn.h defines for more _FloatN / _FloatNx types. | Joseph Myers | 1 | -1/+1 |
2017-10-17 | Let signbit use the builtin in C++ mode with gcc < 6.x (bug 22296) | Romain Naour | 1 | -0/+9 |
2017-10-16 | Move some float128 symbol version definitions. | Joseph Myers | 1 | -0/+109 |
2017-10-16 | Support running libm tests for float128 as alias for long double. | Joseph Myers | 2 | -4/+11 |
2017-10-11 | Run libm long double tests for long double = double. | Joseph Myers | 6 | -11/+35 |
2017-10-10 | Add libm_alias_*_other_r macros. | Joseph Myers | 8 | -0/+11 |
2017-10-09 | Use generic macros for lgamma_r function aliases. | Joseph Myers | 4 | -13/+6 |
2017-10-09 | Ensure C99 and C11 interfaces are available for C++ [BZ #21326] | Jonathan Wakely | 2 | -1/+163 |
2017-10-04 | test-math-iscanonical.cc: Return errors != 0 | H.J. Lu | 1 | -1/+1 |
2017-10-03 | test-math-iscanonical.cc: Replace bool with int | H.J. Lu | 1 | -1/+1 |
2017-10-03 | Add C++ versions of iscanonical for ldbl-96 and ldbl-128ibm (bug 22235) | Gabriel F. T. Gomes | 3 | -2/+52 |
2017-10-03 | fix drem symbol for static linking and new targets | Szabolcs Nagy | 3 | -0/+18 |
2017-10-02 | fix gamma symbol for static linking and new targets | Szabolcs Nagy | 3 | -0/+22 |
2017-10-02 | New symbol version for logf, log2f and powf without SVID compat | Szabolcs Nagy | 7 | -10/+31 |
2017-09-29 | Remove old cimag inlines | Wilco Dijkstra | 1 | -30/+0 |
2017-09-29 | New generic powf | Szabolcs Nagy | 1 | -1/+1 |
2017-09-29 | New generic log2f | Szabolcs Nagy | 1 | -1/+2 |
2017-09-29 | New generic logf | Szabolcs Nagy | 1 | -1/+1 |
2017-09-28 | Simplify C99 isgreater macros | Wilco Dijkstra | 1 | -63/+32 |
2017-09-25 | New expf and exp2f version without SVID compat wrapper | Szabolcs Nagy | 5 | -7/+23 |
2017-09-25 | Optimized generic expf and exp2f with wrappers | Szabolcs Nagy | 1 | -1/+1 |
2017-09-22 | Let fpclassify use the builtin when optimizing for size in C++ mode (bug 22146) | Gabriel F. T. Gomes | 1 | -1/+7 |
2017-09-18 | Use libm_alias_ldouble in math/. | Joseph Myers | 23 | -26/+49 |
2017-09-15 | Use libm_alias_double in math/. | Joseph Myers | 24 | -130/+51 |
2017-09-15 | Remove ENOSYS math/ function stubs. | Joseph Myers | 32 | -499/+0 |
2017-09-15 | Use libm_alias_float in math/. | Joseph Myers | 21 | -24/+45 |
2017-09-14 | Make more libm functions into weak aliases. | Joseph Myers | 6 | -18/+36 |
2017-09-13 | Move exp compat wrappers under math/ | Szabolcs Nagy | 3 | -8/+118 |
2017-09-13 | Clear up log1p, ldexp, scalbn, scalbln compat handling. | Joseph Myers | 1 | -4/+0 |
2017-09-13 | Define and use libm_alias_double. | Joseph Myers | 28 | -114/+0 |
2017-09-12 | Remove declare_mgen_alias_2. | Joseph Myers | 1 | -1/+3 |
2017-09-05 | Prefer new libm function wrappers for !LIBM_SVID_COMPAT. | Joseph Myers | 70 | -40/+185 |
2017-09-05 | Fix tests that are testing obsoleted functionality | Steve Ellcey | 2 | -4/+24 |
2017-09-04 | Fix bits/math-finite.h exp10 condition (bug 22082). | Joseph Myers | 1 | -1/+1 |
2017-09-04 | math.h: Warn about an already-defined log macro | Florian Weimer | 1 | -0/+5 |
2017-09-01 | Obsolete pow10 functions. | Joseph Myers | 6 | -25/+12 |
2017-09-01 | math/math.h (HUGE_VAL): Improve commentary. | Zack Weinberg | 1 | -2/+7 |