X-Spam-Check-By: sourceware.org
Content-class: urn:content-classes:message
MIME-Version: 1.0
Content-Type: text/plain; 	charset="us-ascii"
Subject: RE: possible compiler optimization error
Date: Thu, 28 Jun 2007 16:11:18 -0400
Message-ID: <C6EEDB0EB45A56439F73B1D23E39694A35C856@USORL02P702.ww007.siemens.net>
In-Reply-To: <46840F0E.9EA8612B@dessent.net>
References: <BAY108-F1181298FD58A847ABB9088BE090@phx.gbl> <46840F0E.9EA8612B@dessent.net>
From: "Frederich, Eric P21322" <eric.frederich@siemens.com>
To: <cygwin@cygwin.com>
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@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
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id l5SKBVH1007256

> -----Original Message-----
> From: cygwin-owner@cygwin.com On Behalf Of Brian Dessent
> Sent: Thursday, June 28, 2007 3:42 PM
> To: cygwin@cygwin.com
> Subject: Re: possible compiler optimization error
> 
>
> But both of these are too new to be in Cygwin's gcc 3.4.x so this is
> kind of off-topic.
> 
> Brian
> 

To bring things back on topic.  The programs I am porting from Solaris
to Linux and Windows need to run on a variety of hardware.  Without
using -march and creating different libraries and binaries for each
piece of hardware, what would a good set of compiler options be?

You said that combining -march=i686 and -msse2 didn't make too much
sense.
So without setting -march, what all should I be setting?
On my laptop with CPU-Z I see MMX, SSE, and SSE2.
On my Opteron Linux box I obviously see a lot more when I cat
/proc/cpuinfo.

If I just use what is common between them, -mmmx, -msse, and -msse2 I
should be free of floating point errors and hopefully get some
performance increase.  Should I be using -mmmx if I'm also using -msse
and -msse2?

I am comfortable locking out users without sse and sse2 since most of
our users are using computers that are no more than 2 or 3 years old.

Again, thanks a lot for your help.

--
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/


