From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15112 invoked by alias); 6 Feb 2014 19:01:54 -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 15103 invoked by uid 89); 6 Feb 2014 19:01:54 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-3.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-wi0-f179.google.com Received: from mail-wi0-f179.google.com (HELO mail-wi0-f179.google.com) (209.85.212.179) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Thu, 06 Feb 2014 19:01:53 +0000 Received: by mail-wi0-f179.google.com with SMTP id hn9so134530wib.6 for ; Thu, 06 Feb 2014 11:01:50 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=SpS8ahXZ16/sE8C6LjTjUfcYOvZp/lYQICnvZem8O9g=; b=VG2f5rDvLzwHVfXOHi8y+rUBylR1WWy9eu/ZCyHtczovbAkxQFlt8BrI1+3HE0IWqY /kVAMBQNJAjLr9OkTPlxpNk8Aq03pKan9kSSz4M6zCTF9dLw6CZ3kEq0ImgzwHDMYHE0 bnXy+Yi2Kdgc6ZU2FzZpJJBEQTB7YjvzK6gyC4JRRe4hJpunnMOLv6KyAzjihMNwFxuO +Ca/YD6T7Z/WYo/ScO6z0AU5FLIAxPBSMG8NOOaoek50kzx1Rf9Aq5JT2dQOoRmqLqBG bJNLEjeK4xvhvLDSgBJ4gFqFrqx5OzLE8NnhkXmhW5i6cPN1MXzPKW7WbhMwbsN9wSlh d8Ag== X-Gm-Message-State: ALoCoQmdtcdZlH4iBHTfe8YKI3xpczLq0FgUeaXlDsAq3X+sMMKFU47AgYR1DW3ulrpbEYwntQmebrKK9/QQ60hx48xOryZgxwynEZ6lWB3A7fAvQh4gk1iRa8Mu121iG5WwRdHYJawpuddsFikx14/a/0lCbieoQcFLhYShLp15hzqE8ZR1wGqsP6o5hTS7yAGKOAFQ+KEN MIME-Version: 1.0 X-Received: by 10.194.219.132 with SMTP id po4mr7197336wjc.7.1391713310057; Thu, 06 Feb 2014 11:01:50 -0800 (PST) Received: by 10.180.96.74 with HTTP; Thu, 6 Feb 2014 11:01:49 -0800 (PST) In-Reply-To: References: Date: Thu, 06 Feb 2014 19:01:00 -0000 Message-ID: Subject: Re: -O3 and -ftree-vectorize From: Xinliang David Li To: Uros Bizjak Cc: GCC Development , Jakub Jelinek , Richard Biener Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2014-02/txt/msg00054.txt.bz2 It is a bug in the help message dump. You can see that ftree-loop-vectorize ftree-slp-vectorize are indeed enabled. David On Thu, Feb 6, 2014 at 10:51 AM, Uros Bizjak wrote: > 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.