* real.c: Fix bit count in head comment.

From-SVN: r83133
This commit is contained in:
Eric Botcazou 2004-06-14 23:07:07 +02:00 committed by Eric Botcazou
parent daa2b95a4f
commit 36598e94de
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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