summaryrefslogtreecommitdiffstats
path: root/lib/libm/arch/sh/e_sqrtf.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Reduce libm's exports and make internal calls go direct.guenther2016-09-121-2/+2
| | | | | | All dependencies on libc are now via reserved/standardized names. ok kettenis@ millert@ deraadt@
* It's been a quarter century: we can assume volatile is present with that name.guenther2014-04-181-5/+5
|
* implement and use sqrt, sqrtf & fabsf in hardware; since it'smartynas2009-04-051-0/+30
faster that way. tested by myself. discussed w/ & ok miod@, millert@