From ad049a8b69f8f7564d0d4f931eea09f7b5238c42 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Thu, 25 Jul 1991 09:04:33 +0000 Subject: [PATCH] (Jinx) implemented open-coding for INTEGER-MULTIPLY, INTEGER-DIVIDE, and INTEGER-REMAINDER. --- v7/src/compiler/machines/spectrum/machin.scm | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/v7/src/compiler/machines/spectrum/machin.scm b/v7/src/compiler/machines/spectrum/machin.scm index d160003af..72ff77d71 100644 --- a/v7/src/compiler/machines/spectrum/machin.scm +++ b/v7/src/compiler/machines/spectrum/machin.scm @@ -1,9 +1,9 @@ #| -*-Scheme-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/spectrum/machin.scm,v 4.22 1990/07/22 18:54:22 jinx Rel $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/spectrum/machin.scm,v 4.23 1991/07/25 09:04:33 cph Exp $ $MC68020-Header: machin.scm,v 4.22 90/05/03 15:17:20 GMT jinx Exp $ -Copyright (c) 1988, 1989, 1990 Massachusetts Institute of Technology +Copyright (c) 1988-91 Massachusetts Institute of Technology This material was developed by the Scheme project at the Massachusetts Institute of Technology, Department of Electrical Engineering and @@ -390,7 +390,6 @@ MIT in each case. |# true) (define compiler:primitives-with-no-open-coding - '(INTEGER-MULTIPLY DIVIDE-FIXNUM GCD-FIXNUM - INTEGER-QUOTIENT INTEGER-REMAINDER &/ + '(DIVIDE-FIXNUM GCD-FIXNUM &/ FLONUM-SIN FLONUM-COS FLONUM-TAN FLONUM-ASIN FLONUM-ACOS FLONUM-ATAN FLONUM-EXP FLONUM-LOG FLONUM-TRUNCATE)) \ No newline at end of file -- 2.25.1