From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3703 invoked by alias); 8 May 2011 22:53:40 -0000 Received: (qmail 3693 invoked by uid 22791); 8 May 2011 22:53:39 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from relay01.pair.com (HELO relay01.pair.com) (209.68.5.15) by sourceware.org (qpsmtpd/0.43rc1) with SMTP; Sun, 08 May 2011 22:53:25 +0000 Received: (qmail 81644 invoked from network); 8 May 2011 22:53:23 -0000 Received: from 195.135.221.2 (HELO g159.suse.de) (195.135.221.2) by relay01.pair.com with SMTP; 8 May 2011 22:53:23 -0000 X-pair-Authenticated: 195.135.221.2 Date: Mon, 09 May 2011 04:32:00 -0000 From: Gerald Pfeifer To: Ira Rosen cc: Richard Earnshaw , gcc-patches@gcc.gnu.org Subject: Re: Ping: Make 128 bits the default vector size for NEON In-Reply-To: Message-ID: References: <1304677756.5165.16.camel@e102346-lin.cambridge.arm.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2011-05/txt/msg00628.txt.bz2 On Sun, 8 May 2011, Ira Rosen wrote: >> If this goes in, please also update gcc-4.7/changes.html. > Do you mean that the new flag should be documented? Yes, as we're adding new flags, it's (nearly?) always a good idea to document them as part of the release notes. > This patch http://gcc.gnu.org/ml/gcc-patches/2011-04/msg00318.html > updates about the change of the default vector size. That one I acked, right? Gerald