Date: Fri, 30 Dec 94 12:34 MST From: mat AT ardi DOT com (Mat Hostetter) To: sorokin AT ps1 DOT iaee DOT tuwien DOT ac DOT at Subject: Re: 80x86 specific code? References: <1052B2F3D3E AT ps1 DOT iaee DOT tuwien DOT ac DOT at> Cc: djgpp AT sun DOT soe DOT clarkson DOT edu >>>>> "Evgeni" == Evgeni V Sorokin writes: Evgeni> Before I start playing with non-portable codes, I'd like Evgeni> to ask, if there is some switch, which will enable Evgeni> generating of such 80x86 specific code? I tried -m486 Evgeni> (which should be in DJGPP by default anyway) and -O3, Evgeni> without success. You can try -ffast-math, but I wouldn't be too hopeful. Remember that gcc's options are limited because it has to do the right thing with NaN's. -Mat