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