Date: Tue, 25 Apr 2000 11:13:21 -0400 From: Will Andrews <andrews@technologist.com> To: David Mosberger <davidm@hpl.hp.com> Cc: Brooks Davis <brooks@one-eyed-alien.net>, Nate Lawson <nate@elite.net>, freebsd-hackers@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: floating point exceptions Message-ID: <20000425111321.A363@argon.blackdawn.com> 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 References: <Pine.BSD.3.91.1000424233753.13392A-100000@almond.elite.net> <20000425000523.A17224@orion.ac.hmc.edu> <14597.45029.383712.138944@napali.hpl.hp.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <andrews@technologist.com>
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-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000425111321.A363>
