summaryrefslogtreecommitdiffstats
path: root/lib/libm/arch/sh (follow)
Commit message (Expand)AuthorAgeFilesLines
* It's been a quarter century: we can assume volatile is present with that name.guenther2014-04-184-33/+33
* Switch libc and libm to use strong aliases rather than weak aliasesmartynas2013-03-281-2/+2
* Get rid of the very ugly lint workarounds: LINTLIBRARY, PROTOLIB,martynas2013-01-131-9/+1
* Remove excessive sys/cdefs.h inclusionderaadt2012-12-052-5/+2
* Revert (leaving the complex math part alone). Some stuff is dependingmartynas2011-07-081-40/+0
* Move fabs(3), frexp(3), and modf(3) to libm--nothing has been usingmartynas2011-07-081-0/+40
* Trick lint into recording the right prototypes in the llib-lm.lnmartynas2011-05-301-2/+8
* fenv improvements and cleanupsmartynas2011-04-281-43/+42
* fenv for shmartynas2011-04-241-0/+381
* implement and use sqrt, sqrtf & fabsf in hardware; since it'smartynas2009-04-053-0/+85