freebsd-dev/sys/powerpc/fpu
Nathan Whitehorn b8201e1c2c Make single precision floating point arithmetic actually work -- I think
it never did -- and fix an obvious missing line. Floating point emulation
on Book-E still needs some work but this gets it basically functional on
soft-FPU systems (hard FPU for Book-E is not yet implemented).

MFC after:	1 week
2013-11-17 05:03:15 +00:00
..
fpu_add.c
fpu_arith.h
fpu_compare.c
fpu_div.c
fpu_emu.c Make single precision floating point arithmetic actually work -- I think 2013-11-17 05:03:15 +00:00
fpu_emu.h
fpu_explode.c Make single precision floating point arithmetic actually work -- I think 2013-11-17 05:03:15 +00:00
fpu_extern.h
fpu_implode.c
fpu_instr.h
fpu_mul.c
fpu_sqrt.c
fpu_subr.c