From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12901 invoked by alias); 7 Dec 2008 11:56:26 -0000 Received: (qmail 12337 invoked by uid 48); 7 Dec 2008 11:55:04 -0000 Date: Sun, 07 Dec 2008 11:56:00 -0000 Message-ID: <20081207115504.12336.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug rtl-optimization/38434] [4.4 Regression] speed regression with hand-unrolled matmul In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "tkoenig at gcc dot gnu dot org" 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: 2008-12/txt/msg00667.txt.bz2 ------- Comment #2 from tkoenig at gcc dot gnu dot org 2008-12-07 11:55 ------- On x86_64: With 4.3.3: $ ./a.out subroutine with explicit interface and unroll(1): 1.5400960 s With 4.4.0: $ ./a.out subroutine with explicit interface and unroll(1): 1.5480961 s Probably target-specific. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38434