X-Spam-Check-By: sourceware.org
Message-ID: <46840B7B.7956A80@dessent.net>
Date: Thu, 28 Jun 2007 12:26:51 -0700
From: Brian Dessent <brian@dessent.net>
X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U)
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: Re: possible compiler optimization error
References: <C6EEDB0EB45A56439F73B1D23E39694A35C7EC@USORL02P702.ww007.siemens.net> <4683F56D.53B8E259@dessent.net> <C6EEDB0EB45A56439F73B1D23E39694A35C819@USORL02P702.ww007.siemens.net> <4684058B.DFC1CA09@dessent.net> <C6EEDB0EB45A56439F73B1D23E39694A35C841@USORL02P702.ww007.siemens.net>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes
Reply-To: cygwin@cygwin.com
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

"Frederich, Eric P21322" wrote:

> My using -march=i686 was because I couldn't find a list of all accepted
> values in the man page for gcc.  After some googling I found that I can
> use -march=pentium-m for my Dell D600 Laptop.  I am now happy to report
> that setting -march=pentium-m -O2 works fine.  I am glad to hear that
> using the sse2 correctly solves the problem without having to use
> -ffloat-store and taking a possible performance hit.

You can also find the gcc docs on the gcc website.  Here is the link to
the section in the 3.4.x manual describing those options:
<http://gcc.gnu.org/onlinedocs/gcc-3.4.6/gcc/i386-and-x86_002d64-Options.html>

Brian

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

