summaryrefslogtreecommitdiffstats
path: root/lib/libm/arch/sh/s_fabsf.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* It's been a quarter century: we can assume volatile is present with that name.guenther2014-04-181-2/+2
|
* implement and use sqrt, sqrtf & fabsf in hardware; since it'smartynas2009-04-051-0/+17
faster that way. tested by myself. discussed w/ & ok miod@, millert@