From owner-freebsd-hackers Fri Jun 21 21:02:25 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA25974 for hackers-outgoing; Fri, 21 Jun 1996 21:02:25 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id VAA25961 for ; Fri, 21 Jun 1996 21:02:17 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.12/8.6.9) id NAA16818; Sat, 22 Jun 1996 13:58:58 +1000 Date: Sat, 22 Jun 1996 13:58:58 +1000 From: Bruce Evans Message-Id: <199606220358.NAA16818@godzilla.zeta.org.au> To: bde@zeta.org.au, kuku@gilberto.physik.rwth-aachen.de Subject: Re: TARGET_NO_FANCY_MATH_387 Cc: freebsd-hackers@FreeBSD.ORG, mrm@MARMOT.Mole.ORG Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >-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 int main() { return sqrt(0.0); } Bruce