Comment out machines/x86-64/instrf.scm.
authorTaylor R Campbell <campbell@mumble.net>
Sun, 1 Nov 2009 00:04:16 +0000 (20:04 -0400)
committerTaylor R Campbell <campbell@mumble.net>
Sun, 1 Nov 2009 00:04:16 +0000 (20:04 -0400)
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

index 7c7284060ad3949bb7700c18a9b82b9fa1859f95..bbad64cf67812003b04f8ef6bb0ac6e0dd7799fa 100644 (file)
@@ -27,6 +27,8 @@ USA.
 ;;; package: (compiler lap-syntaxer)
 
 (declare (usual-integrations))
+
+#|
 \f
 (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