From 1617f4efd96b4592327b9b3287edbd52e29fb992 Mon Sep 17 00:00:00 2001
From: wlott <wlott>
Date: Tue, 2 Oct 1990 18:07:52 +0000
Subject: [PATCH] Added defknown for bignum::%multiply-and-add.

---
 compiler/generic/vm-fndb.lisp | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/compiler/generic/vm-fndb.lisp b/compiler/generic/vm-fndb.lisp
index 17d9d7cd8..b804ef916 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))
-- 
GitLab