summaryrefslogtreecommitdiffstats
path: root/lib/libm/arch/alpha
AgeCommit message (Expand)AuthorFilesLines
2016-09-12Reduce libm's exports and make internal calls go direct.guenther1-1/+18
2014-04-18It's been a quarter century: we can assume volatile is present with that name.guenther1-19/+19
2013-03-28Switch libc and libm to use strong aliases rather than weak aliasesmartynas1-2/+2
2011-07-08Revert (leaving the complex math part alone). Some stuff is dependingmartynas1-37/+0
2011-07-08Move fabs(3), frexp(3), and modf(3) to libm--nothing has been usingmartynas1-0/+37
2011-04-28fenv improvements and cleanupsmartynas1-11/+8
2011-04-23Implement C99 floating-point environment for Alpha.martynas1-0/+362
2008-12-09alias fabsl to fabs on these archsmartynas1-4/+2
2008-12-09- 80-bit and quad precision trigonometric and other mostmartynas1-1/+4
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.ray2-16/+2
2002-01-30Add native implementations of copysign() and copysignf() on alpha.naddy2-0/+90