From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 871 invoked by alias); 12 Jan 2010 01:38:00 -0000 Received: (qmail 860 invoked by uid 22791); 12 Jan 2010 01:37:59 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from smtp-outbound-2.vmware.com (HELO smtp-outbound-2.vmware.com) (65.115.85.73) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 12 Jan 2010 01:37:52 +0000 Received: from jupiter.vmware.com (mailhost5.vmware.com [10.16.68.131]) by smtp-outbound-2.vmware.com (Postfix) with ESMTP id D9C7B55067; Mon, 11 Jan 2010 17:37:50 -0800 (PST) Received: from [10.20.94.141] (msnyder-server.eng.vmware.com [10.20.94.141]) by jupiter.vmware.com (Postfix) with ESMTP id CFE2FDC04A; Mon, 11 Jan 2010 17:37:50 -0800 (PST) Message-ID: <4B4BD2AE.7030405@vmware.com> Date: Tue, 12 Jan 2010 01:38:00 -0000 From: Michael Snyder User-Agent: Thunderbird 1.5.0.12 (X11/20090624) MIME-Version: 1.0 To: Hui Zhu CC: Joel Brobecker , gdb-patches ml Subject: Re: [RFA/i386] Prec x86 MMX 3DNow! SSE SSE2 SSE3 SSSE3 SSE4 support References: <4B215151.6040608@vmware.com> <4B26825B.7000209@vmware.com> <4B2BDAEC.7090207@vmware.com> <20100109122833.GB2007@adacore.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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-01/txt/msg00285.txt.bz2 Hui Zhu wrote: > > For the sse insn special test, when I write the code for it, I just > read the spec and write the prec code. I don't good at write sse asm. > Sorry for it. I need a people help me with it. I'll help you get started, but you've got to do some of the work! You want to be a gdb maintainer / contributor, well, the job includes writing tests! ;-) And I don't know any SSE assembly language either! Let's take it off line until we have something to submit.