From 8fa2f83f45baf33be1282acd6a59552aba295594 Mon Sep 17 00:00:00 2001 From: rtoy <rtoy> Date: Thu, 2 Aug 2007 01:20:32 +0000 Subject: [PATCH] Export FUSED-MULTIPLY-ADD and FUSED-MULTIPLY-SUBTRACT for ppc to get rid of a build warning. --- code/exports.lisp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/code/exports.lisp b/code/exports.lisp index 15be5ff98..cda0f79b0 100644 --- a/code/exports.lisp +++ b/code/exports.lisp @@ -5,7 +5,7 @@ ;;; Carnegie Mellon University, and has been placed in the public domain. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/exports.lisp,v 1.257 2007/03/22 04:12:45 rtoy Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/exports.lisp,v 1.258 2007/08/02 01:20:32 rtoy Exp $") ;;; ;;; ********************************************************************** ;;; @@ -1092,7 +1092,9 @@ (:export "SIGCONTEXT-LR" "COMPATIBLE-FUNCTION-TYPES-P" "FLOAT-INVALID-OP-1-BYTE" - "GET-FP-OPERANDS") + "GET-FP-OPERANDS" + "FUSED-MULTIPLY-ADD" + "FUSED-MULTIPLY-SUBTRACT") #+heap-overflow-check (:export "DYNAMIC-SPACE-OVERFLOW-ERROR-TRAP" "DYNAMIC-SPACE-OVERFLOW-WARNING-TRAP") -- GitLab