From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26218 invoked by alias); 6 Sep 2008 22:13:51 -0000 Received: (qmail 26210 invoked by uid 22791); 6 Sep 2008 22:13:51 -0000 X-Spam-Check-By: sourceware.org Received: from vexpert.dbai.tuwien.ac.at (HELO vexpert.dbai.tuwien.ac.at) (128.131.111.2) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 06 Sep 2008 22:13:12 +0000 Received: from acrux.dbai.tuwien.ac.at (acrux [128.131.111.60]) by vexpert.dbai.tuwien.ac.at (Postfix) with ESMTP id BF5AD39128; Sun, 7 Sep 2008 00:13:09 +0200 (CEST) Received: by acrux.dbai.tuwien.ac.at (Postfix, from userid 1203) id 715F410055; Sun, 7 Sep 2008 00:13:11 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by acrux.dbai.tuwien.ac.at (Postfix) with ESMTP id 57A7A10054; Sun, 7 Sep 2008 00:13:11 +0200 (CEST) Date: Sat, 06 Sep 2008 23:03:00 -0000 From: Gerald Pfeifer To: "H.J. Lu" cc: gcc-patches@gcc.gnu.org Subject: Re: Update wwwdocs for ira-merge and AVX In-Reply-To: <20080906174813.GA19046@lucon.org> Message-ID: References: <6dc9ffc80809021044g467ca136gb8d3479412c3a6e5@mail.gmail.com> <20080906173058.GA13427@lucon.org> <20080906174813.GA19046@lucon.org> User-Agent: Alpine 1.99 (LSU 1142 2008-08-13) 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: 2008-09/txt/msg00538.txt.bz2 On Sat, 6 Sep 2008, H.J. Lu wrote: > Here is a patch for ira-merge as well as AVX and stack alignment. Thanks. Please go ahead and commit after addressing to two suggestions for the second part. > +
  • Support for Intel AVX built-in functions and code generation are > + available via -mavx.
  • are -> is > +
  • Automatically align stack for local variables with alignment > + requirement.
  • stack -> the stack, I believe. Gerald