2004-06-18 14:11:11 +00:00
|
|
|
TODO:
|
|
|
|
----
|
|
|
|
|
|
|
|
1. Check for denormal and pseudodenormal operands in ALL instructions
|
|
|
|
I hope all instructions return the same values as real CPU.
|
|
|
|
|
|
|
|
2. Unmasked underflow/overflow should correct the result by magic number
|
|
|
|
for all operations, including float32 and float64.
|
|
|
|
|
2004-06-25 18:51:28 +00:00
|
|
|
3. Elliminate floa128 use, Intel uses only 67-bit precision calculations
|
2004-06-18 14:11:11 +00:00
|
|
|
when float128 has at least 112-bit. Replacement of float128 with for
|
2008-02-05 22:33:35 +00:00
|
|
|
example 96-bit precision number could significantly speed up
|
2004-06-18 14:11:11 +00:00
|
|
|
calculations.
|