From patchwork Mon Jun 28 00:48:38 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: "H.J. Lu" X-Patchwork-Id: 57110 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id B4DADB6EDD for ; Mon, 28 Jun 2010 10:48:47 +1000 (EST) Received: (qmail 16751 invoked by alias); 28 Jun 2010 00:48:45 -0000 Received: (qmail 16737 invoked by uid 22791); 28 Jun 2010 00:48:44 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL, BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE X-Spam-Check-By: sourceware.org Received: from mail-pv0-f175.google.com (HELO mail-pv0-f175.google.com) (74.125.83.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 28 Jun 2010 00:48:40 +0000 Received: by pvg13 with SMTP id 13so673039pvg.20 for ; Sun, 27 Jun 2010 17:48:39 -0700 (PDT) MIME-Version: 1.0 Received: by 10.142.74.3 with SMTP id w3mr4732933wfa.243.1277686118938; Sun, 27 Jun 2010 17:48:38 -0700 (PDT) Received: by 10.142.231.8 with HTTP; Sun, 27 Jun 2010 17:48:38 -0700 (PDT) In-Reply-To: References: Date: Sun, 27 Jun 2010 17:48:38 -0700 Message-ID: Subject: Re: A branch for 256bit vectorizer From: "H.J. Lu" To: Gerald Pfeifer , GCC Patches , Richard Guenther X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org On Sun, Jun 27, 2010 at 5:42 AM, Gerald Pfeifer wrote: > On Tue, 11 May 2010, H.J. Lu wrote: >> I created a branch for 256bit vectorizer, branches/vect256/.  Richard >> and I will work on it to extend vectorizer to 256bit. > > Would you mind adding this branch to http://gcc.gnu.org/svn.html ?  I > noticed it's not listed there. Here is a patch. OK to check in? Thanks. Index: htdocs/svn.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/svn.html,v retrieving revision 1.149 diff -u -p -r1.149 svn.html --- htdocs/svn.html 22 Mar 2010 15:19:44 -0000 1.149 +++ htdocs/svn.html 28 Jun 2010 00:47:33 -0000 @@ -343,6 +343,11 @@ the command svn log --stop-on-copy subject line, all changes should be recorded in gcc/ChangeLog.mem-ref2. +
vect256
+
This branch is for extending vectorizer to 256bit. The branch is + maintained by Richard Guenther and H.J. Lu. Patches should be marked + with the tag + [vect256] in the subject line.

Architecture-specific