From ed13a9cf8fc4bbfa515f2bfc507992c4ed3da60f Mon Sep 17 00:00:00 2001 From: ram <ram> Date: Sat, 21 Aug 1993 08:16:28 +0000 Subject: [PATCH] Move stubs for single-float-bits, etc. out of this file. --- compiler/float-tran.lisp | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/compiler/float-tran.lisp b/compiler/float-tran.lisp index 55e4748b3..8d573806a 100644 --- a/compiler/float-tran.lisp +++ b/compiler/float-tran.lisp @@ -7,7 +7,7 @@ ;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/float-tran.lisp,v 1.18 1993/05/12 11:11:10 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/float-tran.lisp,v 1.19 1993/08/21 08:16:28 ram Exp $") ;;; ;;; ********************************************************************** ;;; @@ -97,13 +97,6 @@ (defknown double-float-low-bits (double-float) (unsigned-byte 32) (movable foldable flushable)) - -(defun make-single-float (x) (make-single-float x)) -(defun make-double-float (hi lo) (make-double-float hi lo)) -(defun single-float-bits (x) (single-float-bits x)) -(defun double-float-high-bits (x) (double-float-high-bits x)) -(defun double-float-low-bits (x) (double-float-low-bits x)) - (def-source-transform float-sign (float1 &optional (float2 nil f2-p)) (cond ((byte-compiling) (values nil t)) (f2-p `(* (float-sign ,float1) (abs ,float2))) -- GitLab