diff --git a/compiler/generic/vm-fndb.lisp b/compiler/generic/vm-fndb.lisp index 17d9d7cd8012fc8ccab0b6dd5a38581872f1e954..b804ef916220f2b43847f8f5d4c225f1d6d780e4 100644 --- a/compiler/generic/vm-fndb.lisp +++ b/compiler/generic/vm-fndb.lisp @@ -7,7 +7,7 @@ ;;; Scott Fahlman (FAHLMAN@CMUC). ;;; ********************************************************************** ;;; -;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/generic/vm-fndb.lisp,v 1.24 1990/10/02 05:40:29 wlott Exp $ +;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/generic/vm-fndb.lisp,v 1.25 1990/10/02 18:07:52 wlott Exp $ ;;; ;;; This file defines the machine specific function signatures. ;;; @@ -154,6 +154,12 @@ (values bignum-element-type (mod 2)) (foldable flushable movable)) +(defknown bignum::%multiply-and-add + (bignum-element-type bignum-element-type bignum-element-type + &optional bignum-element-type) + (values bignum-element-type bignum-element-type) + (foldable flushable movable)) + (defknown bignum::%multiply (bignum-element-type bignum-element-type) (values bignum-element-type bignum-element-type) (foldable flushable movable))