In double_to_bignum(), use the length of the significand to limit how
authorChris Hanson <org/chris-hanson/cph>
Sun, 17 Oct 2004 21:35:40 +0000 (21:35 +0000)
committerChris Hanson <org/chris-hanson/cph>
Sun, 17 Oct 2004 21:35:40 +0000 (21:35 +0000)
commitc32715797b7d89ff6edd6445bfc735ab3dfe328f
tree9aef337cea50f80b0e21c3c570c8369380563b57
parent6ad7ab4e0af8d5879103467094d140c741f73a36
In double_to_bignum(), use the length of the significand to limit how
much information we extract from it.  Previously, this code generated
garbage bits for the LSBs when the exponent was larger than the length
of the significand; now it generates zero bits instead.
v7/src/microcode/bignum.c