Commit 36598e94 by Eric Botcazou Committed by Eric Botcazou

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

From-SVN: r83133
parent daa2b95a
2004-06-14 Eric Botcazou <ebotcazou@libertysurf.fr>
* real.c: Fix bit count in head comment.
2004-06-14 Jeff Law <law@redhat.com> 2004-06-14 Jeff Law <law@redhat.com>
* tree-ssa.c (kill_redundant_phi_nodes): More correctly handle * tree-ssa.c (kill_redundant_phi_nodes): More correctly handle
......
...@@ -57,7 +57,7 @@ ...@@ -57,7 +57,7 @@
Both of these requirements are easily satisfied. The largest target Both of these requirements are easily satisfied. The largest target
significand is 113 bits; we store at least 160. The smallest 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 Note that the decimal string conversion routines are sensitive to
rounding errors. Since the raw arithmetic routines do not themselves rounding errors. Since the raw arithmetic routines do not themselves
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment