summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/fpu/fpu_subr.c
Commit message (Collapse)AuthorAgeFilesLines
* Include <sys/types.h> before <sys/systm.h> to get typedefs requiredgrehan2008-04-091-1/+1
| | | | by new atomic.h. Fixes tinderbox LINT build.
* Resolve warnings exposed by LINT.marcel2008-02-241-1/+0
| | | | | o Put prototypes in a single header only. o Fix printf format specifiers.
* Add a floating-point emulator so that a single userland or single ABImarcel2008-02-231-0/+221
can run on processors that don't have a FPU. This is typically the case for Book E processors. While a tuned system will probably want to use soft-float (or use a processor that has a FPU if the usage is FP intensive enough), allowing hard-float on FPU-less systems gives great portability and flexibility. Obtained from: NetBSD
OpenPOWER on IntegriCloud