From bbd81f1de6f75d4ea0127356355c233603cc4e7f Mon Sep 17 00:00:00 2001
From: ram <ram>
Date: Fri, 7 Dec 1990 18:03:58 +0000
Subject: [PATCH] Added float-fast-bit defined as 0, since there isn't any such
 floating point mode on the PMAX.

---
 compiler/mips/parms.lisp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/compiler/mips/parms.lisp b/compiler/mips/parms.lisp
index df6832977..3d825d725 100644
--- a/compiler/mips/parms.lisp
+++ b/compiler/mips/parms.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman (FAHLMAN@CMUC). 
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/parms.lisp,v 1.85 1990/12/06 17:34:37 ram Exp $
+;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/parms.lisp,v 1.86 1990/12/07 18:03:58 ram Exp $
 ;;;
 ;;;    This file contains some parameterizations of various VM
 ;;; attributes for the MIPS.  This file is separate from other stuff so 
@@ -103,6 +103,7 @@
 (defconstant float-traps-byte (byte 5 7))
 (defconstant float-exceptions-byte (byte 5 12))
 (defconstant float-condition-bit (ash 1 23))
+(defconstant float-fast-bit 0)			  ; No fast mode on PMAX.
 
 ); eval-when
 
-- 
GitLab