From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32102 invoked by alias); 10 Aug 2012 16:45:16 -0000 Received: (qmail 32059 invoked by uid 22791); 10 Aug 2012 16:45:07 -0000 X-SWARE-Spam-Status: No, hits=-5.0 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,TW_BJ X-Spam-Check-By: sourceware.org Received: from mail-vc0-f169.google.com (HELO mail-vc0-f169.google.com) (209.85.220.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 10 Aug 2012 16:44:54 +0000 Received: by vcbfl10 with SMTP id fl10so2009453vcb.0 for ; Fri, 10 Aug 2012 09:44:53 -0700 (PDT) MIME-Version: 1.0 Received: by 10.52.24.146 with SMTP id u18mr2685012vdf.19.1344617093342; Fri, 10 Aug 2012 09:44:53 -0700 (PDT) Received: by 10.58.165.104 with HTTP; Fri, 10 Aug 2012 09:44:53 -0700 (PDT) In-Reply-To: <8CCF65FBE54B884C85A7D47EBF0834C799EF6E@storexdag01.amd.com> References: <8CCF65FBE54B884C85A7D47EBF0834C799EF6E@storexdag01.amd.com> Date: Fri, 10 Aug 2012 17:22:00 -0000 Message-ID: Subject: Re: [PATCH] Enabling ADCX, ADOX, RDSEED and PREFETCHW in asm and objdump From: "H.J. Lu" To: "Ekanathan, Saravanan" Cc: "binutils@sourceware.org" Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org X-SW-Source: 2012-08/txt/msg00191.txt.bz2 On Thu, Aug 9, 2012 at 11:48 PM, Ekanathan, Saravanan wrote: > Hi, > Below has removed pswapd instruction from some of i386 tests especially arch-10.d and x86-64-arch-2.d. > This was existing to test one of 3DNOWA instruction (pswapd) with "-march=3dnowa". > One can also see '3dnowa' being passed explicitly in -march option in these dump files to test this combination. > Could you please include them back? It was removed due to prefetchw conflict. Please feel free to add a separate test for 3dnowa. Thanks. -- H.J.