From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27621 invoked by alias); 30 Mar 2010 06:29:46 -0000 Received: (qmail 27612 invoked by uid 22791); 30 Mar 2010 06:29:45 -0000 X-SWARE-Spam-Status: No, hits=-1.3 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SARE_MSGID_LONG40,TW_VP X-Spam-Check-By: sourceware.org Received: from mail-pw0-f41.google.com (HELO mail-pw0-f41.google.com) (209.85.160.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 30 Mar 2010 06:29:41 +0000 Received: by pwi2 with SMTP id 2so5026508pwi.0 for ; Mon, 29 Mar 2010 23:29:40 -0700 (PDT) MIME-Version: 1.0 Received: by 10.143.40.6 with HTTP; Mon, 29 Mar 2010 23:29:20 -0700 (PDT) In-Reply-To: <4BB0ED42.70106@vmware.com> References: <20100109122833.GB2007@adacore.com> <4B4BD2AE.7030405@vmware.com> <4BB00522.1000603@vmware.com> <4BB0ED42.70106@vmware.com> From: Hui Zhu Date: Tue, 30 Mar 2010 06:29:00 -0000 Received: by 10.143.20.33 with SMTP id x33mr2418283wfi.116.1269930580163; Mon, 29 Mar 2010 23:29:40 -0700 (PDT) Message-ID: Subject: Re: [RFA/i386] Prec x86 MMX 3DNow! SSE SSE2 SSE3 SSSE3 SSE4 support To: Michael Snyder Cc: Joel Brobecker , gdb-patches ml Content-Type: text/plain; charset=ISO-8859-1 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/msg01038.txt.bz2 On Tue, Mar 30, 2010 at 02:11, Michael Snyder wrote: > Hui Zhu wrote: >> >> Hi Michael, >> >> I make a new testsuite that can support sse and sse4 better. >> >> When the pc doesn't support sse4 insn, the test will skip the sse4 insn >> test. >> >> Please help me review it. > > Hui, > > I found out that older versions of GAS require three arguments for blendvps > and blendvpd -- and the first argument must be %xmm0. > > Try this on your machine: > > Thanks Michael. I think it must because the version of as that we use is different. I will try it when I can use my PC that support sse4 insn. Best regards, Hui