summaryrefslogtreecommitdiff
path: root/lib/libm
AgeCommit message (Expand)Author
2016-03-30No fenv for m68k with SOFTFLOAT for now - so at least it builds.martin
2016-03-20Update {read,write}fpsr to work everywhereskrll
2016-03-17Added ldexpl to ldexp manpage since it is missing.nros
2016-03-17Fix typo, add whitespace for better formatting, bump date for previous.wiz
2016-03-17Add fabsl to the manpage describing the fabs functions.nros
2016-03-15Add modfl to the modf manpage, the link to modfl was already there but thenros
2016-02-27Long double complex multiplication and division helpers are needed onjoerg
2016-02-17PR/50822: David Binderman: Fix copy length.christos
2016-01-24Fix incorrect magic numbers in scaling. From FreeBSD commit 23397, bygson
2016-01-16modernize.christos
2016-01-16fix typochristos
2016-01-16PR/50660: David Binderman: bad calls to printf, in test partchristos
2016-01-11fix lint buildchristos
2015-12-29Add sqrtlchristos
2015-12-24add fenv for m68kchristos
2015-12-21Add mips fenv.c (From FreeBSD)christos
2015-12-20Powerpc fenv.c from FreeBSDchristos
2015-12-12Whitespace nit.wiz
2015-12-12Add manpage to the fma function in libm.nros
2015-11-13Family is singular, so use singular form of verb.wiz
2015-11-07Fix typo in erfl synopsis.nros
2015-09-13Add entry for nexttowardf(3) and a link for the function name.he
2015-09-13Fix typo.wiz
2015-09-13Add entries for rintl(3) and the nearbyint functions, andhe
2015-09-10Bump date for previous.wiz
2015-09-10Document frexpl() now that we have it as well.he
2015-09-08Apply patch in PR 45391 from Yui NARUSE: generate HUGE_VAL rather thandholland
2015-07-09Return x for >= DBL_FRACBITS in lrint.c.nat
2015-05-14copysignl is also needed for PowerPC's double-double format, so specialjoerg
2015-03-27Update to new RISCV ABImatt
2015-03-26Fix prototypes to match definitionsjustin
2015-01-13Simplify, now that rounding mode defines match the hardware bits.martin
2014-12-29Fix exception status vs mask confusion, of course feenableexcept(),martin
2014-12-28Add missing return in __SOFTFP__ variant, pointed out by htodd.martin
2014-12-27Add our common non standard extensions and fix typo (FE_EXCEPT_ALL ->martin
2014-12-27Fix consistent typo: it is FE_ALL_EXCEPT instead of FE_EXCEPT_ALL (thismartin
2014-12-27fenv(3) support for hppamartin
2014-11-17PR/49399: Henning Petersen: Add man pages for erfl and erfclchristos
2014-11-16Deal with the potential pressence of long double support.joerg
2014-11-15It's copysign, not _copysign.joerg
2014-11-15Add copysignl aliases.joerg
2014-11-14Define copysignl on !long double platforms. Be consistent in the use ofjoerg
2014-11-14add erfl erfclchristos
2014-11-13add a couple more dummies (erf, erfc)christos
2014-10-22Add missing muldc3.c.joerg
2014-10-22Support copysignl on PowerPC.joerg
2014-10-17PPC64 uses the double-double code toojoerg
2014-10-17Complex division for long double uses different function names on PPC.joerg
2014-10-11Need powl as alias as wellmartin
2014-10-11Seems we need both sqrtl and _sqrtl as a weak alias - something must bemartin