summaryrefslogtreecommitdiffstats
path: root/lib/libm/arch/sh
AgeCommit message (Expand)AuthorFilesLines
2016-09-12Reduce libm's exports and make internal calls go direct.guenther3-6/+16
2014-04-18It's been a quarter century: we can assume volatile is present with that name.guenther4-33/+33
2013-03-28Switch libc and libm to use strong aliases rather than weak aliasesmartynas1-2/+2
2013-01-13Get rid of the very ugly lint workarounds: LINTLIBRARY, PROTOLIB,martynas1-9/+1
2012-12-05Remove excessive sys/cdefs.h inclusionderaadt2-5/+2
2011-07-08Revert (leaving the complex math part alone). Some stuff is dependingmartynas1-40/+0
2011-07-08Move fabs(3), frexp(3), and modf(3) to libm--nothing has been usingmartynas1-0/+40
2011-05-30Trick lint into recording the right prototypes in the llib-lm.lnmartynas1-2/+8
2011-04-28fenv improvements and cleanupsmartynas1-43/+42
2011-04-24fenv for shmartynas1-0/+381
2009-04-05implement and use sqrt, sqrtf & fabsf in hardware; since it'smartynas3-0/+85