Skip to content
Snippets Groups Projects
Commit 7bee198b authored by ram's avatar ram
Browse files

Added %DIGIT-LOGICAL-SHIFT-RIGHT.

parent 3cbdabe4
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
;;; Scott Fahlman (FAHLMAN@CMUC). ;;; Scott Fahlman (FAHLMAN@CMUC).
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/generic/vm-fndb.lisp,v 1.19 1990/07/07 01:02:29 wlott Exp $ ;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/generic/vm-fndb.lisp,v 1.20 1990/07/12 12:42:10 ram Exp $
;;; ;;;
;;; This file defines the machine specific function signatures. ;;; This file defines the machine specific function signatures.
;;; ;;;
...@@ -175,21 +175,10 @@ ...@@ -175,21 +175,10 @@
(signed-byte #.vm:word-bits) (signed-byte #.vm:word-bits)
(foldable flushable movable)) (foldable flushable movable))
(defknown (bignum::%signed-digit-to-single-float bignum::%digit-to-single-float) (defknown (bignum::%ashl bignum::%ashr bignum::%digit-logical-shift-right)
(bignum-element-type)
(single-float)
(foldable flushable movable))
(defknown (bignum::%signed-digit-to-double-float bignum::%digit-to-double-float)
(bignum-element-type)
(double-float)
(foldable flushable movable))
(defknown (bignum::%ashl bignum::%ashr)
(bignum-element-type (mod 32)) bignum-element-type (bignum-element-type (mod 32)) bignum-element-type
(foldable flushable movable)) (foldable flushable movable))
;;;; Bit-bashing routines. ;;;; Bit-bashing routines.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment