From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21149 invoked by alias); 14 Mar 2004 23:49:23 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 21142 invoked from network); 14 Mar 2004 23:49:22 -0000 Received: from unknown (HELO uniton.integrable-solutions.net) (62.212.99.186) by sources.redhat.com with SMTP; 14 Mar 2004 23:49:22 -0000 Received: from uniton.integrable-solutions.net (localhost [127.0.0.1]) by uniton.integrable-solutions.net (8.12.3/8.12.3/SuSE Linux 0.6) with ESMTP id i2ENct9b013014; Mon, 15 Mar 2004 00:38:55 +0100 Received: (from gdr@localhost) by uniton.integrable-solutions.net (8.12.3/8.12.3/Submit) id i2ENcsDE013013; Mon, 15 Mar 2004 00:38:54 +0100 X-Authentication-Warning: uniton.integrable-solutions.net: gdr set sender to gdr@integrable-solutions.net using -f To: Scott Robert Ladd Cc: gcc@gcc.gnu.org Subject: Re: GCC viciously beaten by ICC in trig test! References: <4054ED19.8020009@coyotegulch.com> From: Gabriel Dos Reis In-Reply-To: <4054ED19.8020009@coyotegulch.com> Organization: Integrable Solutions Date: Sun, 14 Mar 2004 23:49:00 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2004-03/txt/msg00635.txt.bz2 Scott Robert Ladd writes: | Hello, | | Consider the following program, compiled and run on a Pentium 4 | (Northwood) system: | | #include | #include | | 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