From 7f712ecf1db75c6a313c9b273295651e69e314c3 Mon Sep 17 00:00:00 2001 From: ebotcazou Date: Mon, 14 Jun 2004 21:07:07 +0000 Subject: * real.c: Fix bit count in head comment. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83133 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/real.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/real.c') diff --git a/gcc/real.c b/gcc/real.c index 65d57c30a53..a9bad46fffa 100644 --- a/gcc/real.c +++ b/gcc/real.c @@ -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 -- cgit v1.2.1