* real.c: Fix bit count in head comment.
From-SVN: r83133
This commit is contained in:
parent
daa2b95a4f
commit
36598e94de
|
@ -1,3 +1,7 @@
|
|||
2004-06-14 Eric Botcazou <ebotcazou@libertysurf.fr>
|
||||
|
||||
* real.c: Fix bit count in head comment.
|
||||
|
||||
2004-06-14 Jeff Law <law@redhat.com>
|
||||
|
||||
* tree-ssa.c (kill_redundant_phi_nodes): More correctly handle
|
||||
|
|
|
@ -57,7 +57,7 @@
|
|||
|
||||
Both of these requirements are easily satisfied. The largest target
|
||||
significand is 113 bits; we store at least 160. The smallest
|
||||
denormal number fits in 17 exponent bits; we store 29.
|
||||
denormal number fits in 17 exponent bits; we store 27.
|
||||
|
||||
Note that the decimal string conversion routines are sensitive to
|
||||
rounding errors. Since the raw arithmetic routines do not themselves
|
||||
|
|
Loading…
Reference in New Issue