EightAndAHalfTails / eee3-imgtec-fpu

0 stars 0 forks source link

[add_lza] shift and special significand bug #88

Closed reginalio closed 10 years ago

reginalio commented 10 years ago
0:00000000:00001010110111111111111-0:00000001:10101000010000000000000is 1:00000000:10011101011000000000001. Correct answer should be 1:00000001:10011101011000000000001
0:00000010:00000010001010000000001-0:00000001:00000000000000000000000is 0:00000000:00000100010100000000010. Correct answer should be 0:00000001:00000100010100000000010

incorrect exponent

use testcases/ibm/add-shift-and-special-significand.txt

gzf1992 commented 10 years ago

fixed by commit 934dbc83ecfba86c9b4ca9560e730d95916468c6

gzf1992 commented 10 years ago

closed #88