Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/m68k/fpe Correct comments.



details:   https://anonhg.NetBSD.org/src/rev/5d833121071b
branches:  trunk
changeset: 497097:5d833121071b
user:      minoura <minoura%NetBSD.org@localhost>
date:      Tue Sep 19 03:17:59 2000 +0000

description:
Correct comments.

diffstat:

 sys/arch/m68k/fpe/fpu_emulate.h |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (23 lines):

diff -r 6028d80a321a -r 5d833121071b sys/arch/m68k/fpe/fpu_emulate.h
--- a/sys/arch/m68k/fpe/fpu_emulate.h   Tue Sep 19 01:15:06 2000 +0000
+++ b/sys/arch/m68k/fpe/fpu_emulate.h   Tue Sep 19 03:17:59 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: fpu_emulate.h,v 1.5 1999/05/30 20:17:48 briggs Exp $   */
+/*     $NetBSD: fpu_emulate.h,v 1.6 2000/09/19 03:17:59 minoura Exp $  */
 
 /*
  * Copyright (c) 1995 Gordon Ross
@@ -46,10 +46,10 @@
  *     - unbiased exponent
  *     - mantissa (`1.' + 63-bit fraction + guard + round)
  *     - sticky bit
- * Any implied `1' bit is inserted, giving a 113-bit mantissa that is
+ * Any implied `1' bit is inserted, giving a 64-bit mantissa that is
  * always nonzero.  Additional low-order `guard' and `round' bits are
- * scrunched in, making the entire mantissa 115 bits long.  This is divided
- * into four 32-bit words, with `spare' bits left over in the upper part
+ * scrunched in, making the entire mantissa 66 bits long.  This is divided
+ * into three 32-bit words, with `spare' bits left over in the upper part
  * of the top word (the high bits of fp_mant[0]).  An internal `exploded'
  * number is thus kept within the half-open interval [1.0,2.0) (but see
  * the `number classes' below).  This holds even for denormalized numbers:



Home | Main Index | Thread Index | Old Index