From owner-freebsd-ports Tue Apr 25 8:14:15 2000 Delivered-To: freebsd-ports@freebsd.org Received: from rock.ghis.net (rock.ghis.net [209.222.164.7]) by hub.freebsd.org (Postfix) with ESMTP id 7E91937BD48; Tue, 25 Apr 2000 08:14:11 -0700 (PDT) (envelope-from will@blackdawn.com) Received: from argon.blackdawn.com (deepspace9.dcds.edu [207.231.151.2]) by rock.ghis.net (8.9.3/8.9.3) with ESMTP id IAA07562; Tue, 25 Apr 2000 08:14:08 -0700 (PDT) Received: by argon.blackdawn.com (Postfix, from userid 1000) id BD1B1192C; Tue, 25 Apr 2000 11:13:21 -0400 (EDT) Date: Tue, 25 Apr 2000 11:13:21 -0400 From: Will Andrews To: David Mosberger Cc: Brooks Davis , Nate Lawson , freebsd-hackers@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: floating point exceptions Message-ID: <20000425111321.A363@argon.blackdawn.com> References: <20000425000523.A17224@orion.ac.hmc.edu> <14597.45029.383712.138944@napali.hpl.hp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <14597.45029.383712.138944@napali.hpl.hp.com>; from davidm@hpl.hp.com on Tue, Apr 25, 2000 at 07:47:01AM -0700 X-Operating-System: FreeBSD 5.0-CURRENT i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Apr 25, 2000 at 07:47:01AM -0700, David Mosberger wrote: > OK, having to call fpsetmask(0) is an acceptable workaround. So if I > do: > > #ifdef __freebsd___ > fpsetmask(0); > #endif > > Then this should work on all versions of freebsd? #ifdef __FreeBSD__ fpsetmask(0); #endif BTW: if you update httperf, let me know so I can update the port (I'm the maintainer for the httperf port). -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message