summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/sh/gen/fpgetround.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Wrap fpgetround() so internal calls to it (seen on arm, powerpc, and sh)guenther2016-07-261-2/+3
| | | | | | go direct instead of through the PLT. ok millert@ kettenis@
* It's been a quarter century: we can assume volatile is present with that name.guenther2014-04-181-2/+2
|
* Preliminary userland bits for OpenBSD/landisk, many things coming frommiod2006-10-101-0/+29
NetBSD.