This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: GCC viciously beaten by ICC in trig test!


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]