From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28470 invoked by alias); 17 Aug 2012 13:15:01 -0000 Received: (qmail 28454 invoked by uid 22791); 17 Aug 2012 13:14:59 -0000 X-SWARE-Spam-Status: No, hits=-3.8 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-yx0-f169.google.com (HELO mail-yx0-f169.google.com) (209.85.213.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 17 Aug 2012 13:14:47 +0000 Received: by yenl1 with SMTP id l1so4389150yen.0 for ; Fri, 17 Aug 2012 06:14:46 -0700 (PDT) MIME-Version: 1.0 Received: by 10.60.172.199 with SMTP id be7mr3733078oec.93.1345209286423; Fri, 17 Aug 2012 06:14:46 -0700 (PDT) Received: by 10.76.10.6 with HTTP; Fri, 17 Aug 2012 06:14:46 -0700 (PDT) In-Reply-To: <8CCF65FBE54B884C85A7D47EBF0834C79A023F@storexdag01.amd.com> References: <8CCF65FBE54B884C85A7D47EBF0834C799EF6E@storexdag01.amd.com> <8CCF65FBE54B884C85A7D47EBF0834C79A023F@storexdag01.amd.com> Date: Fri, 17 Aug 2012 13:33: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/msg00330.txt.bz2 On Fri, Aug 17, 2012 at 2:32 AM, Ekanathan, Saravanan wrote: > Hi, > I have re-introduced 3dnowa instruction back into the testsuites. PFA, the 'git diff' of testsuites and the ChangeLog in plain text file. > If everything is fine, can someone please check it into the trunk. > Regards, > Saravanan Your change disables prfchw test since prefetchw is also enabled by 3dnowa. Even if prfchw doesn't enable prefetchw, the test will still pass. You need to add a separate 3dnowa test. -- H.J.