From: Chris Hanson Date: Tue, 5 Apr 1994 21:22:20 +0000 (+0000) Subject: Eliminate assembly code to perform FIX/FLO and FLO/FIX cases of X-Git-Tag: 20090517-FFI~7195 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=4b80b645f2932a10f8f340514c0e8b6a81b2b260;p=mit-scheme.git Eliminate assembly code to perform FIX/FLO and FLO/FIX cases of generic binary operations. This code was OK for + and - but failed to produce correct answer for * and / when one argument was exact zero. --- diff --git a/v7/src/microcode/cmpauxmd/hppa.m4 b/v7/src/microcode/cmpauxmd/hppa.m4 index 21885f257..02cf1fcf3 100644 --- a/v7/src/microcode/cmpauxmd/hppa.m4 +++ b/v7/src/microcode/cmpauxmd/hppa.m4 @@ -1,8 +1,8 @@ changecom(`;');;; -*-Midas-*- ;;; -;;; $Id: hppa.m4,v 1.35 1994/04/05 21:22:05 cph Exp $ +;;; $Id: hppa.m4,v 1.36 1994/04/05 21:22:20 cph Exp $ ;;; -;;; Copyright (c) 1989-1993 Massachusetts Institute of Technology +;;; Copyright (c) 1989-94 Massachusetts Institute of Technology ;;; ;;; This material was developed by the Scheme project at the ;;; Massachusetts Institute of Technology, Department of diff --git a/v8/src/microcode/cmpauxmd/hppa.m4 b/v8/src/microcode/cmpauxmd/hppa.m4 index 21885f257..02cf1fcf3 100644 --- a/v8/src/microcode/cmpauxmd/hppa.m4 +++ b/v8/src/microcode/cmpauxmd/hppa.m4 @@ -1,8 +1,8 @@ changecom(`;');;; -*-Midas-*- ;;; -;;; $Id: hppa.m4,v 1.35 1994/04/05 21:22:05 cph Exp $ +;;; $Id: hppa.m4,v 1.36 1994/04/05 21:22:20 cph Exp $ ;;; -;;; Copyright (c) 1989-1993 Massachusetts Institute of Technology +;;; Copyright (c) 1989-94 Massachusetts Institute of Technology ;;; ;;; This material was developed by the Scheme project at the ;;; Massachusetts Institute of Technology, Department of