summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/fpu/fpu_emu.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r307598:jhibbits2016-12-231-2/+2
* Fix build of powerpc FPU emulator after changes in r295132 to restore thejhb2016-02-041-21/+21
* Restore the ABI of 'struct fpreg' on powerpc.jhb2016-02-011-1/+1
* Kernel support for the Vector-Scalar eXtension (VSX) found on the POWER7nwhitehorn2015-02-221-20/+22
* 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-301-3/+3
* Make single precision floating point arithmetic actually work -- I thinknwhitehorn2013-11-171-3/+12
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+1
* Don't define DEBUG. No debugging required.marcel2008-02-241-2/+0
* Resolve warnings exposed by LINT.marcel2008-02-241-3/+3
* Add a floating-point emulator so that a single userland or single ABImarcel2008-02-231-0/+787
OpenPOWER on IntegriCloud