summaryrefslogtreecommitdiff
path: root/lib/libm
AgeCommit message (Expand)Author
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
2014-08-10Preliminary files for AARCH64 (64-bit ARM) support.matt
2014-06-16Add modfl(3). From FreeBSD.joerg
2014-06-13remove the build support for GCC 4.1, and any hacks i found for it.mrg
2014-05-18Re-enable alpha IEEE compiler optionsmartin
2014-05-05Comment out the ieee fp flags for alpha for now - something (tm) is notmartin
2014-04-28Tune COPTS for alphamartin
2014-04-01add -g to LINTFLAGSchristos
2014-03-23Avoid strict aliasing problemsmartin
2014-03-18Change 'i0' to be signed so that the sign bit is preserved on 'k'dsl
2014-03-18Merge riastradh-drm2 to HEAD.riastradh
2014-03-16Simplify somewhat: this is C not FORTRAN-IV - we have structures!dsl
2014-03-16Fix overflow and underflow on i386.dsl
2014-03-16Add roundl()martin
2014-03-16Provide all missing variants of trunc/floor/ceil.martin
2014-03-15Need to load the full argumentmartin
2014-03-15Provide copysignf and copysignlmartin