2004-06-18 18:11:11 +04: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 22:51:28 +04:00
|
|
|
3. Elliminate floa128 use, Intel uses only 67-bit precision calculations
|
2004-06-18 18:11:11 +04:00
|
|
|
when float128 has at least 112-bit. Replacement of float128 with for
|
|
|
|
example 96-bit precision number could significantly speed up
|
|
|
|
calculations.
|