From owner-freebsd-alpha Fri Apr 21 6:29:35 2000 Delivered-To: freebsd-alpha@freebsd.org Received: from gw.one.com.au (gw.one.com.au [203.18.85.1]) by hub.freebsd.org (Postfix) with ESMTP id 1B66737B618 for ; Fri, 21 Apr 2000 06:29:30 -0700 (PDT) (envelope-from raymond@one.com.au) Received: from one.com.au (pmo.local [10.18.85.2]) by gw.one.com.au (8.9.2/8.9.2) with SMTP id XAA10937 for freebsd-alpha@FreeBSD.ORG; Fri, 21 Apr 2000 23:29:26 +1000 (EST) (envelope-from raymond@one.com.au) Date: Fri, 21 Apr 2000 23:29:26 +1000 (EST) From: User Raymond Message-Id: <200004211329.XAA10937@gw.one.com.au> Subject: floatingpoint control from c Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org To: freebsd-alpha@FreeBSD.ORG I have a language implementation for FreeBSD ( http://www.mumps.org/ ) that I'm trying to port to the alpha and have a floating point problem. I need to trap floating point arithmetic errors. On x86, I used the in-line functions and definitions in the file /usr/include/floatingpoint.h. This doesn't exist on the alpha. Does anyone have any hints as to a platform independant method of checking for floating point errors? Ray Newman Message sent at 11:28 PM on 21 Apr 2000 by PUP::RAYMOND. Id: 19233. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message