From patchwork Mon Jun 20 12:43:40 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "H.J. Lu" X-Patchwork-Id: 101106 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 BF3ADB6FE3 for ; Mon, 20 Jun 2011 22:44:04 +1000 (EST) Received: (qmail 21902 invoked by alias); 20 Jun 2011 12:44:02 -0000 Received: (qmail 21892 invoked by uid 22791); 20 Jun 2011 12:44:02 -0000 X-SWARE-Spam-Status: No, hits=-4.7 required=5.0 tests=AWL, BAYES_00, NO_DNS_FOR_FROM, RCVD_IN_DNSWL_HI, TW_AV, T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mga11.intel.com (HELO mga11.intel.com) (192.55.52.93) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 20 Jun 2011 12:43:42 +0000 Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP; 20 Jun 2011 05:43:42 -0700 X-ExtLoop1: 1 Received: from gnu-6.sc.intel.com ([10.3.194.135]) by fmsmga001.fm.intel.com with ESMTP; 20 Jun 2011 05:43:42 -0700 Received: by gnu-6.sc.intel.com (Postfix, from userid 500) id 53CA3C0494; Mon, 20 Jun 2011 05:43:40 -0700 (PDT) Date: Mon, 20 Jun 2011 05:43:40 -0700 From: "H.J. Lu" To: gcc-patches@gcc.gnu.org Subject: Mention avx2 patch Message-ID: <20110620124340.GA3641@intel.com> Reply-To: "H.J. Lu" MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) 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 Hi, This patch removes ix86/avx branch and mentions avx2 branch. OK to install? H.J. ---- Index: svn.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/svn.html,v retrieving revision 1.162 diff -u -p -r1.162 svn.html --- svn.html 3 Jun 2011 14:04:32 -0000 1.162 +++ svn.html 20 Jun 2011 12:41:27 -0000 @@ -353,13 +353,12 @@ the command svn log --stop-on-copy and Erven Rohou <erven.rohou@st.com>. -
ix86/avx
-
The goal of this branch is to implement Intel AVX (Intel Advanced - Vector Extensions). The branch is maintained by - H.J. Lu <hjl.tools@gmail.com>, - Joey Ye <joey.ye@intel.com> - and Xuepeng Guo <xuepeng.guo@intel.com>. - Patches should be marked with the tag [AVX] in the subject +
avx2
+
The goal of this branch is to implement AVX Programming Reference + (June, 2011). The branch is maintained by + H.J. Lu <hjl.tools@gmail.com> + and Yukhin Kirill <kirill.yukhin@intel.com>. + Patches should be marked with the tag [AVX2] in the subject line.
ix86/gcc-4_5-branch