From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26987 invoked by alias); 6 Feb 2014 18:51:37 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 26978 invoked by uid 89); 6 Feb 2014 18:51:37 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-oa0-f52.google.com Received: from mail-oa0-f52.google.com (HELO mail-oa0-f52.google.com) (209.85.219.52) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Thu, 06 Feb 2014 18:51:36 +0000 Received: by mail-oa0-f52.google.com with SMTP id i4so2801938oah.25 for ; Thu, 06 Feb 2014 10:51:34 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.182.114.132 with SMTP id jg4mr8397304obb.29.1391712694067; Thu, 06 Feb 2014 10:51:34 -0800 (PST) Received: by 10.182.137.136 with HTTP; Thu, 6 Feb 2014 10:51:33 -0800 (PST) Date: Thu, 06 Feb 2014 18:51:00 -0000 Message-ID: Subject: -O3 and -ftree-vectorize From: Uros Bizjak To: GCC Development Cc: Jakub Jelinek , Richard Biener Content-Type: text/plain; charset=ISO-8859-1 X-SW-Source: 2014-02/txt/msg00051.txt.bz2 Hello! 4.9 does not enable -ftree-vectorize for -O3 (and Ofast) anymore. Is this intentional? $/ssd/uros/gcc-build/gcc/xgcc -B /ssd/uros/gcc-build/gcc -O3 -Q --help=optimizers ... -ftree-vectorize [disabled] ... This is the reason for low scores on SciMark v2.0 as conducted by Phoronix. Please see comment #18 in [1]. [1] http://phoronix.com/forums/showthread.php?95147-Clang-s-Competition-For-GCC-On-Intel-Haswell/page2 Uros.