summaryrefslogtreecommitdiff
path: root/sys/powerpc/fpu/fpu_explode.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* Fix build of powerpc FPU emulator after changes in r295132 to restore theJohn Baldwin2016-02-041-3/+3
* Kernel support for the Vector-Scalar eXtension (VSX) found on the POWER7Nathan Whitehorn2015-02-221-2/+2
* Make single precision floating point arithmetic actually work -- I thinkNathan Whitehorn2013-11-171-0/+1
* Include <sys/types.h> before <sys/systm.h> to get typedefs requiredPeter Grehan2008-04-091-1/+1
* Add a floating-point emulator so that a single userland or single ABIMarcel Moolenaar2008-02-231-0/+262