summaryrefslogtreecommitdiff
path: root/lib/libm
AgeCommit message (Expand)Author
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
2014-10-11Fix _sqrtl aliasmartin
2014-10-11namespace protectionchristos
2014-10-10More aliasesmartin
2014-10-10Add a few missing weak aliasesmartin
2014-10-10try to make vax work.christos
2014-10-10use long constantchristos
2014-10-10whitespacechristos
2014-10-10copy&pastomartin
2014-10-10Add missing catanh variant (and readd it to the Makefile list)martin
2014-10-10Add cimag (apparently accidently dropped in previous revision and reorg)martin
2014-10-10Add the missing complex functions.christos
2014-09-19Add RISC-V MD bits.matt
2014-09-19New files for Userland support of UCB RISC-V (both 32-bit and 64-bit)matt
2014-09-19Sort sections. From Henning Petersen in PR 49222.wiz
2014-08-26Adding extra dependencies does not affect the inference rule search anymore.christos
2014-08-11revert parts of 1.163 that affect the x86 build.mrg
2014-08-10MKCOMPAT fixes for when compat MACHINE_CPU != normal MACHINE_CPUmatt
2014-08-10Add -mfpu=vfp for fenv.c, since it gets those instructions fromjoerg
2014-08-10Improve the code. %sp@(4) is already loaded in %fp0.isaki
2014-08-10Remove a meaningless conditional branch.isaki
2014-08-10Changes to existing files to enable building AARCH64 userland.matt