From 4b80b645f2932a10f8f340514c0e8b6a81b2b260 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Tue, 5 Apr 1994 21:22:20 +0000 Subject: [PATCH] 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. --- v7/src/microcode/cmpauxmd/hppa.m4 | 4 ++-- v8/src/microcode/cmpauxmd/hppa.m4 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 -- 2.25.1