From: David Edelsohn Date: Thu, 9 Dec 2004 20:21:45 +0000 (+0000) Subject: * real.c (ibm_extended): Correct comment. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=36cea8702321ef08783a85f0512c1cc7c30f8bb0;p=gcc.git * real.c (ibm_extended): Correct comment. From-SVN: r91964 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d82d719cc88..3c3f735a878 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-12-09 David Edelsohn + + * real.c (ibm_extended): Correct comment. + 2004-12-09 Stan Shebs * config/rs6000/darwin-asm.h: New file, 32/64-bit assembly macros diff --git a/gcc/real.c b/gcc/real.c index 871fae73f34..ebd402a32fa 100644 --- a/gcc/real.c +++ b/gcc/real.c @@ -3292,8 +3292,7 @@ const struct real_format ieee_extended_intel_96_round_53_format = range as an IEEE double precision value, but effectively 106 bits of significand precision. Infinity and NaN are represented by their IEEE double precision value stored in the first number, the second number is - ignored. Zeroes, Infinities, and NaNs are set in both doubles - due to precedent. */ + +0.0 or -0.0 for Infinity and don't-care for NaN. */ static void encode_ibm_extended (const struct real_format *fmt, long *, const REAL_VALUE_TYPE *);