float.c: correct the exponent
commitcdb227fa71be498e5c86ee4fd2ce35193ef28bf9
authorH. Peter Anvin <hpa@zytor.com>
Fri, 5 Oct 2007 05:51:08 +0000 (4 22:51 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Fri, 5 Oct 2007 05:51:08 +0000 (4 22:51 -0700)
tree414dd391e8e4acb86419815293b16885cb4b8128
parentb8e604eb5d397a956ec370da5ee47368a847e367
float.c: correct the exponent

We would accidentally produce an exponent which was exactly +1 from
the correct one.
float.c