This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Strange FP behaviour
- To: gcc-bugs at gcc dot gnu dot org, michael dot hiegemann at chkra dot mail dot abb dot com
- Subject: Re: Strange FP behaviour
- From: Mike Stump <mrs at windriver dot com>
- Date: Tue, 11 Jul 2000 11:55:32 -0700 (PDT)
> From: michael.hiegemann@chkra.mail.abb.com
> Date: Tue, 11 Jul 2000 10:30:44 +0100
> The following code (fp_bug.c) seems to be compiled incorrect:
Nope, welcome to ANSI C/C++. You can achieve what you want by setting
up the FPU on the x86 in a particular way with routines in lib[cm].a.
Another way to get it, would be to use any machine in the world,
except an x86. :-)