real.c: Fix comment to reflect actual exponent size.

* real.c: Fix comment to reflect actual exponent size.

From-SVN: r152542
This commit is contained in:
Kaveh R. Ghazi 2009-10-07 21:15:27 +00:00 committed by Kaveh Ghazi
parent 033016fabc
commit 7190c775ff
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2009-10-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* real.c: Fix comment to reflect actual exponent size.
2009-10-08 Ben Elliston <bje@au.ibm.com>
* config/rs6000/a2.md: Add FSF comment header.

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 27.
denormal number fits in 17 exponent bits; we store 26.
Note that the decimal string conversion routines are sensitive to
rounding errors. Since the raw arithmetic routines do not themselves