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.
;;; package: (compiler lap-syntaxer)
(declare (usual-integrations))
+
+#|
\f
(let-syntax
((define-binary-flonum
(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