summaryrefslogtreecommitdiffstats
path: root/sys/arch/sparc64/fpu/fpu_implode.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix comments as well.kettenis2010-05-091-3/+3
|
* Rename round() to fpu_round(). This matches the m68k code from which thiskettenis2010-05-091-9/+9
| | | | | | | code is derived and makes gcc4 happy by avoiding a conflict with the builtin for the standard C99 round(3). ok miod@
* There was hope, at one time, of sharing fpu/ with sparc. That's stilljason2006-06-211-5/+1
| | | | | | possible, but not with #ifdef SUN4U all over the place. The define should be _v9 or __sparc64__ since it will equally well apply to all v9 machines. We'll burn that bridge before we cross it.
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* First round of __P removal in sysmillert2002-03-141-3/+3
|
* More debugging stuff.jason2001-09-101-2/+8
|
* in fpu_ftox() make sure the high bits are the return value and res[1] getsjason2001-09-091-5/+10
| | | | the low bits.
* Import netbsd's fpu handling (modified to be separate from sparc); this isjason2001-09-081-0/+535
for paranoia's sake (don't want to break sparc32 while hacking on it). Real work by art.