NetBSD/sys/arch/powerpc/fpu
rin c09f8da7b5 Now, FPU emulation for booke and ibm4xx works fine at a level where
all the related ATF tests pass correctly. However, there still remain
problems:

- FEX and VX bits for FPSCR cannot be modified by mcrfs, mtfsf{,i},
  and mtfsb[01].
- Invalid operations should be treated differently depending on
  FPSCR[VE].

Therefore, comment them in order not to be forgotten.

No binary changes.
2020-07-15 09:42:43 +00:00
..
files.fpu
fpu_add.c
fpu_arith.h
fpu_compare.c
fpu_div.c Do not raise divide-by-zero exception when dividend is zero. 2020-07-15 07:47:27 +00:00
fpu_emu.c Now, FPU emulation for booke and ibm4xx works fine at a level where 2020-07-15 09:42:43 +00:00
fpu_emu.h
fpu_explode.c Remove extra newline in DPRINTF(). 2020-06-27 04:24:08 +00:00
fpu_extern.h
fpu_implode.c
fpu_mul.c
fpu_sqrt.c Return +INF without exception for +INF, as required by the architecture. 2020-06-27 04:29:27 +00:00
fpu_subr.c