summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/sh/gen/flt_rounds.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Wrap fpgetround() so internal calls to it (seen on arm, powerpc, and sh)guenther2016-07-261-2/+2
| | | | | | go direct instead of through the PLT. ok millert@ kettenis@
* Wrap the remaining math functions in libc: __fpclassify*(), __flt_rounds(),guenther2015-10-271-1/+2
| | | | | | and ldexp(). ok millert@
* It's been a quarter century: we can assume volatile is present with that name.guenther2014-04-181-2/+2
|
* Do not use <machine/float.h>, that is an deformed BSD-ism.deraadt2012-06-251-2/+2
| | | | | It turns out <float.h> is the right file to pull in. ok millert
* Do not use fpu in the softfloat case. Fixes lib/libc/ieeefp/roundotto2006-11-141-1/+5
| | | | regress test; ok miod@
* Preliminary userland bits for OpenBSD/landisk, many things coming frommiod2006-10-101-0/+37
NetBSD.