summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/fpu/fpu_mul.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.
* Add a floating-point emulator so that a single userland or single ABImarcel2008-02-231-0/+239
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