TAHOE has precision like the VAX
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Tue, 4 Nov 1986 02:25:14 +0000 (18:25 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Tue, 4 Nov 1986 02:25:14 +0000 (18:25 -0800)
SCCS-vsn: old/libm/libm/IEEE/support.c 1.2

usr/src/old/libm/libm/IEEE/support.c

index 5f59687..5bc8ff8 100644 (file)
@@ -13,7 +13,7 @@ From Prof. Kahan at UC at Berkeley
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)support.c  1.1 (Berkeley) %G%";
+static char sccsid[] = "@(#)support.c  1.2 (Berkeley) %G%";
 #endif not lint
 
 /* 
 #endif not lint
 
 /* 
@@ -55,7 +55,7 @@ static char sccsid[] = "@(#)support.c 1.1 (Berkeley) %G%";
  */
 
 
  */
 
 
-#ifdef VAX      /* VAX D format */
+#if (defined(VAX) || defined(TAHOE))      /* VAX D format */
     static unsigned short msign=0x7fff , mexp =0x7f80 ;
     static short  prep1=57, gap=7, bias=129           ;   
     static double novf=1.7E38, nunf=3.0E-39, zero=0.0 ;
     static unsigned short msign=0x7fff , mexp =0x7f80 ;
     static short  prep1=57, gap=7, bias=129           ;   
     static double novf=1.7E38, nunf=3.0E-39, zero=0.0 ;