From 47686c1c644aa8fcc8ea44d1ce0f1894170ab6d5 Mon Sep 17 00:00:00 2001 From: Taylor R Campbell Date: Sat, 31 Oct 2009 20:04:16 -0400 Subject: [PATCH] Comment out machines/x86-64/instrf.scm. Later this will be replaced by the SSEn instruction sets, but since the instruction syntax syntax changed, it is necessary to ignore the old x87 definitions for now. --- src/compiler/machines/x86-64/instrf.scm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/compiler/machines/x86-64/instrf.scm b/src/compiler/machines/x86-64/instrf.scm index 7c7284060..bbad64cf6 100644 --- a/src/compiler/machines/x86-64/instrf.scm +++ b/src/compiler/machines/x86-64/instrf.scm @@ -27,6 +27,8 @@ USA. ;;; package: (compiler lap-syntaxer) (declare (usual-integrations)) + +#| (let-syntax ((define-binary-flonum @@ -334,4 +336,6 @@ USA. (define-trivial-instruction FXAM #xd9 #xe5) (define-trivial-instruction FXTRACT #xd9 #xf4) (define-trivial-instruction FYL2X #xd9 #xf1) -(define-trivial-instruction FYL2XP1 #xd9 #xf9) \ No newline at end of file +(define-trivial-instruction FYL2XP1 #xd9 #xf9) + +|# \ No newline at end of file -- 2.25.1