Subject: Re: accuracy of "long double"
To: None <tech-toolchain@NetBSD.org, tech-kern@NetBSD.org>
From: Joerg Sonnenberger <joerg@britannica.bec.de>
List: tech-toolchain
Date: 08/31/2007 15:02:04
On Fri, Aug 31, 2007 at 08:59:29AM +0200, Vincent wrote:
> So, I'll try to put the x86 coprocessor in "Linux mode" by default. If I 
> understand my NetBSD correctly, this has to be done somewhere in 
> arch/i386/isa/npx.c, but can someone tell me exactly in what function this 
> shall be done?

You can change the FPU state on a per process base and for portable
applications (across i386 OSes) I would actively reocmment to do so.

Joerg