From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7124 invoked by alias); 3 Mar 2010 23:34:10 -0000 Received: (qmail 7115 invoked by uid 22791); 3 Mar 2010 23:34:09 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40 X-Spam-Check-By: sourceware.org Received: from mail-ww0-f41.google.com (HELO mail-ww0-f41.google.com) (74.125.82.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 03 Mar 2010 23:34:06 +0000 Received: by wwg30 with SMTP id 30so500081wwg.0 for ; Wed, 03 Mar 2010 15:34:03 -0800 (PST) MIME-Version: 1.0 Received: by 10.216.91.82 with SMTP id g60mr146636wef.98.1267659243803; Wed, 03 Mar 2010 15:34:03 -0800 (PST) In-Reply-To: <201003032320.o23NKFXd000257@glazunov.sibelius.xs4all.nl> References: <20100302152128.GA28089@intel.com> <20100303000029.GA19705@intel.com> <201003032320.o23NKFXd000257@glazunov.sibelius.xs4all.nl> Date: Wed, 03 Mar 2010 23:34:00 -0000 Message-ID: <6dc9ffc81003031534q22a1a39ej4f4de68832134712@mail.gmail.com> Subject: Re: PATCH: Add x86 AVX XML files From: "H.J. Lu" To: Mark Kettenis Cc: gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2010-03/txt/msg00138.txt.bz2 On Wed, Mar 3, 2010 at 3:20 PM, Mark Kettenis wro= te: >> Date: Tue, 2 Mar 2010 16:00:29 -0800 >> From: "H.J. Lu" >> >> On Tue, Mar 02, 2010 at 07:21:28AM -0800, H.J. Lu wrote: >> > Hi, >> > >> > I am submitting AVX patches in pieces since AVX changes are quite >> > large. =A0This patch adds x86 AVX target descriptions. =A0OK to instal= l? > > This looks reasonable. =A0So AVX will fully replace SSE in the target > description and I presume an AVX target will implement the SSE > registers as pseudo registers? That is correct. > In any case, I can't properly review this diff without seeing the > impact on the actual implementation of the AVX code. > > I will submit the rest of AVX patches in several pieces since total changes > 4000 lines. --=20 H.J.