Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/sys/arch/m68k/fpe Correct comments.
details: https://anonhg.NetBSD.org/src/rev/7efb72080be3
branches: netbsd-1-5
changeset: 489470:7efb72080be3
user: minoura <minoura%NetBSD.org@localhost>
date: Tue Sep 19 03:09:45 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 c65bc05e81d9 -r 7efb72080be3 sys/arch/m68k/fpe/fpu_emulate.h
--- a/sys/arch/m68k/fpe/fpu_emulate.h Mon Sep 18 16:49:08 2000 +0000
+++ b/sys/arch/m68k/fpe/fpu_emulate.h Tue Sep 19 03:09:45 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.5.12.1 2000/09/19 03:09:45 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