summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/fpu
Commit message (Expand)AuthorAgeFilesLines
* Fix build of powerpc FPU emulator after changes in r295132 to restore thejhb2016-02-042-24/+24
* Restore the ABI of 'struct fpreg' on powerpc.jhb2016-02-013-4/+4
* Kernel support for the Vector-Scalar eXtension (VSX) found on the POWER7nwhitehorn2015-02-222-22/+24
* 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