summaryrefslogtreecommitdiff
path: root/math
AgeCommit message (Expand)Author
2017-09-25Optimized generic expf and exp2f with wrappersSzabolcs Nagy
2017-09-22Let fpclassify use the builtin when optimizing for size in C++ mode (bug 22146)Gabriel F. T. Gomes
2017-09-18Use libm_alias_ldouble in math/.Joseph Myers
2017-09-15Use libm_alias_double in math/.Joseph Myers
2017-09-15Remove ENOSYS math/ function stubs.Joseph Myers
2017-09-15Use libm_alias_float in math/.Joseph Myers
2017-09-14Make more libm functions into weak aliases.Joseph Myers
2017-09-13Move exp compat wrappers under math/Szabolcs Nagy
2017-09-13Clear up log1p, ldexp, scalbn, scalbln compat handling.Joseph Myers
2017-09-13Define and use libm_alias_double.Joseph Myers
2017-09-12Remove declare_mgen_alias_2.Joseph Myers
2017-09-05Prefer new libm function wrappers for !LIBM_SVID_COMPAT.Joseph Myers
2017-09-05Fix tests that are testing obsoleted functionalitySteve Ellcey
2017-09-04Fix bits/math-finite.h exp10 condition (bug 22082).Joseph Myers
2017-09-04math.h: Warn about an already-defined log macroFlorian Weimer
2017-09-01Obsolete pow10 functions.Joseph Myers
2017-09-01math/math.h (HUGE_VAL): Improve commentary.Zack Weinberg
2017-08-31Simplify NAN definitions.Joseph Myers
2017-08-31Simplify INFINITY definitions.Joseph Myers
2017-08-31Simplify HUGE_VAL definitions.Joseph Myers
2017-08-29Fix bits/math-finite.h _MSUF_ expansion namespace (bug 22028).Joseph Myers
2017-08-28Provide a C++ version of iszero that does not use __MATH_TG (bug 21930)Gabriel F. T. Gomes
2017-08-28Simplify math-svid-compat code.Joseph Myers
2017-08-25Use __HAVE_DISTINCT_FLOAT128 in tgmath.h.Joseph Myers
2017-08-25Clean up bits/math-finite.h for aliasing types.Joseph Myers
2017-08-24Fix the C++ version of issignaling when __NO_LONG_DOUBLE_MATH is definedGabriel F. T. Gomes
2017-08-22Remove duplicate inclusion of header math-svid-compat.hGabriel F. T. Gomes
2017-08-22Fix tgmath.h handling of complex integers (bug 21684).Joseph Myers
2017-08-22Provide a C++ version of issignaling that does not use __MATH_TGGabriel F. T. Gomes
2017-08-22math: Statically link tests of internal functionalityFlorian Weimer
2017-08-21Obsolete matherr, _LIB_VERSION, libieee.a.Joseph Myers
2017-08-18Do not use __builtin_types_compatible_p in C++ mode (bug 21930)Gabriel F. T. Gomes
2017-08-03Consistently use uintN_t not u_intN_t in libm.Joseph Myers
2017-08-02Fix tgmath.h for __int128 (bug 21686).Joseph Myers
2017-08-02Fix tgmath.h for bit-fields (bug 21685).Joseph Myers
2017-06-28Fix gen-tgmath-tests.py output for GCC 7 <float.h>.Joseph Myers
2017-06-28Support _Float128 in tgmath.h.Joseph Myers
2017-06-28Use clog10 not __clog10 in tgmath.h log10 macro.Joseph Myers
2017-06-28Fix tgmath.h totalorder, totalordermag return type (bug 21687).Joseph Myers
2017-06-28Simplify tgmath.h for integer return types.Joseph Myers
2017-06-28Remove NO_LONG_DOUBLE conditionals in libm tests (bug 21607).Joseph Myers
2017-06-28Add more thorough generated tgmath.h test.Joseph Myers
2017-06-26Add float128 support for ia64.Joseph Myers
2017-06-26Add float128 support for x86_64, x86.Joseph Myers
2017-06-23Make libm-test-support code clear exceptions after each test.Joseph Myers
2017-06-22Make errno-setting libm templates include errno.h.Joseph Myers
2017-06-12float128: Add test-{float128,ifloat128,float128-finite}Paul E. Murphy
2017-05-25float128: Add wrappers to override ldbl-128 as float128.Paul E. Murphy
2017-05-17float128: Extend __MATH_TG for float128 supportGabriel F. T. Gomes
2017-05-17Convert e_exp2l.c into a templateGabriel F. T. Gomes