X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:reply-to:subject:references:to:from:message-id
	:date:mime-version:in-reply-to:content-type
	:content-transfer-encoding; q=dns; s=default; b=Vlb3jDIfbBxzDjop
	Xd+l6m6FmQhOxFJ1meGLcNjrh91yjMiYAKJFsa4/1Hy9njQTMWWzkmm9OPeqf0ki
	taB0lP9giSC2PXDDEDMeRxUUOM9XtmECkl/IDEJ/0gK4X/M1NVVOeAjEpp2TlupN
	MZyws5WoR7TZQ4FqSYj+rHeJIGs=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:reply-to:subject:references:to:from:message-id
	:date:mime-version:in-reply-to:content-type
	:content-transfer-encoding; s=default; bh=3eHol+rZadVCpipmjwl5Tl
	HVylk=; b=qOgmnvitfZIXbQxyXTwFi6BXOr1SoF119CmisjWkDjYyDe/uyuqBn+
	BHyNRodfrgu5gHy7l0bJP2TregqmkUIf+O8zo1e7ZXvsV209qH2w8RpMlujsUSJc
	+arTUUW34iSFj6UaQE97YbF/w0YkAb4V+D8pSGBKFXQZQfdKwhaJs=
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
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=1.9 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,KAM_MXURI,RCVD_IN_DNSWL_NONE,SPF_PASS,T_RP_MATCHES_RCVD autolearn=no version=3.3.2
X-HELO: omr-m004e.mx.aol.com
Reply-To: tprince@computer.org
Subject: Re: Cygwin 32bit: Can't use gcc -mfpmath=sse
References: <op.x4rlk1hl6wtfvl@orion> <1999691441959416@web12o.yandex.ru> <op.x4srsuxx6wtfvl@orion>
To: cygwin@cygwin.com
From: Tim Prince <n8tm@aol.com>
X-Enigmail-Draft-Status: N1110
Message-ID: <55F2D9B7.5030209@aol.com>
Date: Fri, 11 Sep 2015 09:40:07 -0400
User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0
MIME-Version: 1.0
In-Reply-To: <op.x4srsuxx6wtfvl@orion>
Content-Type: text/plain; charset=iso-8859-15
Content-Transfer-Encoding: 7bit
x-aol-global-disposition: G
x-aol-sid: 3039ac1b150e55f2d9ba3788
X-AOL-IP: 98.30.246.22



On 9/11/2015 8:03 AM, HK wrote:
> On Fri, 11 Sep 2015 10:16:56 +0200, Evgeny Grin <k2k@yandex.ru> wrote:
>
>> 10.09.2015, 23:52, "HK" <hk1020@t-online.de>:
>>> On Thu, 10 Sep 2015 13:19:04 +0200, V?clav_Haisman wrote:
>>>>  On 10 September 2015 at 01:30, HK wrote:
>>>>>  hello.c:1:0: warning: SSE instruction set disabled, using 387
>>>>>  arithmetics
>>>>
>>>>  Does it help to use `-march=native`? My hunch is that this is because
>>>>  the default CPU type is set to such that does not have SSE.
>>>
>>> Yep, that did the trick. Thanks for the suggestion. Now, is this a gcc
>>> build
>>> build problem? The 64bit version doesn't need -march=native and that
>>> is on
>>> the same computer.
>>
>> It's not a problem as by default GCC generate code compatible with
>> maximum number of CPU models.
>> If you need to generate an SSE instructions, you have to use at lest
>> -march=pentium3.
>> For x86-64 version, SSE is always enabled as all x86-64 CPUs support
>> SSE and SSE2.
>> See http://gcc.gnu.org/onlinedocs/gcc/x86-Options.html#x86-Options
>
> Thanks. While I don't quite agree with the choice of defaults it makes
> sense.
> So does my 32bit window next to the 64bit window on the same computer
> really
> have a different instruction set? Anyway, case closed.
Intel compilers made SSE2 the default even for 32-bit mode, subsequent
to all CPUs which supported 387 but not SSE3 going out of production. 
There's still a lot of interest in 387 mode, however. 
You might argue for making SSE3 the default, but it's generally
important nowadays to set an appropriate option for the target platforms.

-- 
Tim Prince


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

