From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16895 invoked by alias); 9 Oct 2011 19:50:01 -0000 Received: (qmail 16867 invoked by uid 22791); 9 Oct 2011 19:50:01 -0000 X-SWARE-Spam-Status: No, hits=0.8 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,MEDICAL_SUBJECT,RCVD_IN_DNSWL_LOW,TW_ZJ 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; Sun, 09 Oct 2011 19:49:47 +0000 Received: by wwf10 with SMTP id 10so2744498wwf.2 for ; Sun, 09 Oct 2011 12:49:46 -0700 (PDT) MIME-Version: 1.0 Received: by 10.227.54.210 with SMTP id r18mr2377282wbg.23.1318189786462; Sun, 09 Oct 2011 12:49:46 -0700 (PDT) Received: by 10.227.197.199 with HTTP; Sun, 9 Oct 2011 12:49:46 -0700 (PDT) In-Reply-To: References: Date: Sun, 09 Oct 2011 19:56:00 -0000 Message-ID: Subject: Re: [PATCH, testsuite, i386] FMA3 testcases + typo fix in MD From: Kirill Yukhin To: Uros Bizjak Cc: gcc-patches List , "H.J. Lu" , vbyakovl23@gmail.com Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2011-10/txt/msg00696.txt.bz2 Hi guys, This is a Ping. Could anyboady with appropriate rights commit that? Thanks, K On Thu, Oct 6, 2011 at 11:46 PM, Uros Bizjak wrote: > On Thu, Oct 6, 2011 at 3:48 PM, Kirill Yukhin wrote: >>> >>> BTW, don't you also need "-mfmpath=sse" in dg-options? >>> >> >> According to doc/invoke.texi >> ... >> @itemx -mfma >> ... >> These options will enable GCC to use these extended instructions in >> generated code, even without @option{-mfpmath=sse}. >> >> Seems it -mfpmath=sse is useless.. >> Although, if this is wrong, we probably have to update doc as well. > > Well, OK then. > > Uros. >