aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/fpu
Commit message (Expand)AuthorAgeFilesLines
* Fix debug printfs in FPU_EMU to compile on powerpc64 and enable it forJohn Baldwin2013-12-051-8/+13
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thisEitan Adler2013-11-302-4/+4
* Make single precision floating point arithmetic actually work -- I thinkNathan Whitehorn2013-11-172-3/+13
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+1
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromJoel Dahl2010-03-031-7/+0
* Include <sys/types.h> before <sys/systm.h> to get typedefs requiredPeter Grehan2008-04-098-8/+8
* Don't define DEBUG. No debugging required.Marcel Moolenaar2008-02-241-2/+0
* Resolve warnings exposed by LINT.Marcel Moolenaar2008-02-245-26/+5
* Add a floating-point emulator so that a single userland or single ABIMarcel Moolenaar2008-02-2313-0/+3880