summaryrefslogtreecommitdiff
path: root/lib/libm
AgeCommit message (Expand)Author
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
2017-05-13Drop superfluous ; in __warn_referencesmaya
2017-05-09Correct misleading indentation. NFCmaya
2017-05-08Complete the namespace dancemartin
2017-05-08Add missing namespace.h includemartin
2017-05-07Add the imprecise catrigl functions back.christos
2017-05-07mention why we don't support this (yet)christos
2017-05-07Limit some rintl usage to #ifdef __HAVE_LONG_DOUBLE.martin
2017-05-06Replace our rounding functions with the ones from FreeBSDchristos
2017-05-06add missing namespace.hchristos
2017-03-23expose the BSD/linux fenv extensions in libm on ia64 too.chs
2017-03-23sun2 just has to be different, of course.chs
2017-03-22provide a common softfloat fenv implemenation and use it for softfloat builds.chs
2017-03-16lrint() and lrintf() are supposed to use the current rounding mode,chs
2017-03-07Remove redundant null check before free()maya
2017-02-27the MI lrint() code assumes that rounding is done in at most double precisionchs
2017-02-23Add fenv for ia64, imported from FreeBSD, compile tested only.scole
2017-02-09ifdef out some dead code. improves code readability.maya
2017-02-09Appease static analyzers by making all code paths which assignmaya