Bochs/bochs/fpu/todo
Stanislav Shwartsman 04124133c0 freeze softfloat-fpu-ver3 branhc and open it for free testing
I will continue the development in new softfloat-fpu-ver4 branch
Current version already implements ALL FPU instructions except
   FSIN, FCOS, FSINCOS, FPTAN, FPATAN, FYL2XP1, F2XM1, FYL2X
I think it solved all currently reported bugs and feature requests
related to FPU code.
Please write your own test programms and test the implemntation in all ways you can.
Thanks,
Stanislav
2004-04-09 12:29:50 +00:00

16 lines
472 B
Plaintext
Executable File

TODO:
1. Check for denormal and pseudodenormal operands in ALL instructions
2. Unmasked underflow should correct the result by magic number
for all operations, including float32 and float64
3. The instructions still implemented using old FPU library:
FSIN, FCOS, FSINCOS, FPTAN, FPATAN, FYL2XP1, F2XM1, FYL2X
4. Set SW_C1 according to PRECISION_UP or PRECISION_DOWN conditions
5. Mode float_tininess_before_rounding is deprecated, remove from
softfloat code