This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: GCC viciously beaten by ICC in trig test!
- From: Gabriel Dos Reis <gdr at integrable-solutions dot net>
- To: Scott Robert Ladd <coyote at coyotegulch dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: 15 Mar 2004 00:38:54 +0100
- Subject: Re: GCC viciously beaten by ICC in trig test!
- Organization: Integrable Solutions
- References: <4054ED19.8020009@coyotegulch.com>
Scott Robert Ladd <coyote@coyotegulch.com> writes:
| Hello,
|
| Consider the following program, compiled and run on a Pentium 4
| (Northwood) system:
|
| #include <math.h>
| #include <stdio.h>
|
| double doit(double a)
Did you try by declaring doit() inline?
(I suppose that won't change much the outcome, but I'm curious).
-- Gaby