From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1710 invoked by alias); 6 Oct 2011 13:48:28 -0000 Received: (qmail 1597 invoked by uid 22791); 6 Oct 2011 13:48:24 -0000 X-SWARE-Spam-Status: No, hits=0.6 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,MEDICAL_SUBJECT,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-ww0-f51.google.com (HELO mail-ww0-f51.google.com) (74.125.82.51) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 06 Oct 2011 13:48:09 +0000 Received: by wwf10 with SMTP id 10so3655851wwf.8 for ; Thu, 06 Oct 2011 06:48:06 -0700 (PDT) MIME-Version: 1.0 Received: by 10.227.6.220 with SMTP id a28mr1055852wba.8.1317908886759; Thu, 06 Oct 2011 06:48:06 -0700 (PDT) Received: by 10.227.197.199 with HTTP; Thu, 6 Oct 2011 06:48:06 -0700 (PDT) In-Reply-To: References: Date: Thu, 06 Oct 2011 13:49: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/msg00454.txt.bz2 > > 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. Thanks, K