Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Jun 1996 13:58:58 +1000
From:      Bruce Evans <bde@zeta.org.au>
To:        bde@zeta.org.au, kuku@gilberto.physik.rwth-aachen.de
Cc:        freebsd-hackers@FreeBSD.ORG, mrm@MARMOT.Mole.ORG
Subject:   Re: TARGET_NO_FANCY_MATH_387
Message-ID:  <199606220358.NAA16818@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>-ffancy-math-386 and -ffast-math

>have an effect? I tried with a small example and I'm always getting
>calls instead of fpu-inline statements. (gcc-2.6.3)

#include <math.h>
int main() { return sqrt(0.0); }

Bruce



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199606220358.NAA16818>