svn commit: r1836 - in trunk/yasm/libyasm: tests
peter at tortall.net
peter at tortall.net
Thu May 10 19:19:37 PDT 2007
Author: peter
Date: Thu May 10 19:19:36 2007
New Revision: 1836
Modified:
trunk/yasm/libyasm/floatnum.c
trunk/yasm/libyasm/tests/floatnum_test.c
Changeset:
http://www.tortall.net/projects/yasm/changeset/1836
Log:
Fix #107: Float input "1.000000" hit an edge case in the code that caused
the rounding increment at the end of float conversion to wrap the mantissa
from all 1's to 0, resulting in an incorrect result.
More information about the yasm-cvs
mailing list