X-Recipient: archive-cygwin AT delorie DOT 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 AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT 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 AT computer DOT org Subject: Re: Cygwin 32bit: Can't use gcc -mfpmath=sse References: <1999691441959416 AT web12o DOT yandex DOT ru> To: cygwin AT cygwin DOT com From: Tim Prince 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: 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 wrote: > >> 10.09.2015, 23:52, "HK" : >>> 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