summaryrefslogtreecommitdiff
path: root/lib/libm
AgeCommit message (Expand)Author
2021-08-08Pull up following revision(s) (requested by skrll in ticket #1328):martin
2019-12-08Pull up following revision(s) (requested by riastradh in ticket #507):martin
2019-09-05Pull up following revision(s) (requested by sevan in ticket #174):martin
2019-05-02Explicitly indicate that nexttowardl() is identical to nextafterl().mgorny
2019-04-28Remove undefined \*Hwiz
2019-04-27Add a C99 symbol to libm: nexttowardlkamil
2019-04-26Remove unused 387 implementations.maya
2019-04-25document cosl with MLINKS and in the man pagemaya
2019-04-17also want s_nexttoward.c on riscv. now tests/lib/libm links.mrg
2019-04-15we need rintl (long double) to link binariesmaya
2019-04-13Don't alias the long double version to the double version.maya
2019-02-22Default our libm to -frounding-math, if built with GCC.maya
2019-02-04- avoid uninitialised memory usagemrg
2019-02-04add some fallthru comments.mrg
2018-11-09Add modfl alias.martin
2018-11-07When hardware subnormal support is available, disable flush-to-zero.riastradh
2018-11-07Disable x87 implementations of sin, cos, tan.riastradh
2018-06-13Disable sanitizers for libm and librtkamil
2018-03-27Add missing alias for ldexpl on ! __HAVE_LONG_DOUBLE architectures.martin
2018-03-10Fix signed overflow in atan2eadler
2018-03-06avoid negative shiftchristos
2018-03-05comment out unused variable.christos
2018-01-25use named initializerschristos
2017-12-30Fix usage of sysarch(ALPHA_FPGETMASK)martin
2017-09-28Restore CAVEATS section unmodified.maya
2017-09-28List a few more functionsmaya
2017-09-28Remove CAVEATS sectionmaya
2017-09-28Remove Tn.wiz
2017-09-27Fix typomaya
2017-09-27Mention tgmath cproj, creal, cabsmaya
2017-09-26Mention wanting to remove isnanf too, rewordmaya
2017-09-26Add man page link for hypotl.3maya
2017-09-26omit mention of cabs (not relevant to this man page)maya
2017-09-26Mention there's a type generic variant in tgmath.hmaya
2017-08-21add nexttoward for mips64 and aarch64christos
2017-08-17Actually... s_nexttowardf.c appears to be usable on soft-float as well;he
2017-08-17Move the inclusion of s_nexttowardf.c into a common test forhe
2017-08-16add s_rintl.c for aarch64. ok by ryo@.nisimura
2017-08-16On second thought, don't introduce nexttowardl() since we don't have thathe
2017-08-16In the non-softfloat m68k part, add s_nexttoward.c and s_nexttowardf.c,he
2017-08-16On systems without __HAVE_LONG_DOUBLE, also alias nexttoward() andhe
2017-08-15rintl is required for archs that support long double.mlelstv
2017-08-11Move s_nearbyint.c out of the cpu ifdefs and into COMMON_SRCS,he
2017-07-27The sparc port needs s_nearbyint.c as well.he
2017-07-27Non-softfloat m68k needs s_rintl.c.he
2017-07-26Add s_nearbyint.c to alpha, ia64, riscv, mips, powerpc, and sh3 ports.he
2017-07-26Add some blank lines to separate the different CPU archs,he
2017-07-03Remove workaround for ancient HTML generation code.wiz
2017-06-22Correct misleading indentation. NFCmaya
2017-05-13Belatedly bump minor.maya