From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2682 invoked by alias); 13 Sep 2007 21:03:51 -0000 Received: (qmail 2644 invoked by uid 48); 13 Sep 2007 21:03:42 -0000 Date: Thu, 13 Sep 2007 21:03:00 -0000 Subject: [Bug c/33426] New: Support of #pragma ivdep X-Bugzilla-Reason: CC Message-ID: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "gjunk at sapience dot com" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2007-09/txt/msg01163.txt.bz2 When comparing run time on some (floating point) CPU intensive code, we find that Intel's ICC (9.1) compiler runs significantly faster (30 - 50%) for some programs - this seems to stem (large) part from ICC's ability to take advantage of #pragma ivdep. There may be some other differences of course. Tests were run using gcc 3.3.3 - re-compiling relevant key code with gcc 4.1.2 did not make any real change. Wondering if there are any plans to support this ? thanks gene/ -- Summary: Support of #pragma ivdep Product: gcc Version: unknown Status: UNCONFIRMED Severity: enhancement Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: gjunk at sapience dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33426