summaryrefslogtreecommitdiffstats
path: root/lib/libm/arch/sparc64 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Reduce libm's exports and make internal calls go direct.guenther2016-09-122-2/+13
* Provide a sparc64 version of sqrtl(3) that simply calls _Qp_sqrt.kettenis2014-09-121-0/+29
* It's been a quarter century: we can assume volatile is present with that name.guenther2014-04-181-21/+21
* Remove excessive sys/cdefs.h inclusionderaadt2012-12-051-2/+1
* Revert (leaving the complex math part alone). Some stuff is dependingmartynas2011-07-082-223/+0
* Move fabs(3), frexp(3), and modf(3) to libm--nothing has been usingmartynas2011-07-082-0/+223
* fenv improvements and cleanupsmartynas2011-04-281-81/+76
* fenv for sparc; mostly cloned from sparc64martynas2011-04-251-1/+12
* fenv for i386, and sparc64; from matthew@martynas2011-04-241-0/+331