diff options
author | Eric Botcazou <ebotcazou@libertysurf.fr> | 2004-06-14 23:07:07 +0200 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2004-06-14 21:07:07 +0000 |
commit | 36598e94de6161e92dfaba7518a8ba7313bc9925 (patch) | |
tree | 3fbb1da097f36c0e014a5f8c7a20ac9d950cfd5b /gcc | |
parent | daa2b95a4f0e16d75fe83a5d4a38d72c1bbce097 (diff) | |
download | gcc-36598e94de6161e92dfaba7518a8ba7313bc9925.zip gcc-36598e94de6161e92dfaba7518a8ba7313bc9925.tar.gz gcc-36598e94de6161e92dfaba7518a8ba7313bc9925.tar.bz2 |
* real.c: Fix bit count in head comment.
From-SVN: r83133
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/real.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1973374..992a4de 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 |