]> granicus.if.org Git - yasm/commit
Fix mantissa rounding overflow issue: 0xff -> 0x100, and shift right -> 0x80 is
authorPeter Johnson <peter@tortall.net>
Wed, 3 Oct 2001 07:41:11 +0000 (07:41 -0000)
committerPeter Johnson <peter@tortall.net>
Wed, 3 Oct 2001 07:41:11 +0000 (07:41 -0000)
commit17a9427734fb8899d260cb12dd21690d13b4879a
tree5e449f633732f2e10ab186b352f98427fff6add2
parent8ce112a3faa386ec959a726cd2ee1e28f34f5e64
Fix mantissa rounding overflow issue: 0xff -> 0x100, and shift right -> 0x80 is
not correct except when the 1 bit is explicit.

svn path=/trunk/yasm/; revision=257
libyasm/floatnum.c
src/floatnum.c