This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: -mfpmath=sse,387 is experimental ?


> Timothy Madden wrote:
> > Hello
> > 
> > Is -mfpmath=both for i386 and x86-64 still experimental in gcc 4.3, as
> > the in the online manual page ?
> 
> Yes.  It might (*might*) be better in GCC 4.4 thanks to the new register
> allocator, but it's unlikely that the manual page will be changed before
> the release.

The fundamental problem here is that backend lies to compiler about the
fact that FP operation can not take one operand from SSE and other from
X87.  This is something I want to look into once I have more time.  With
new RA, perhaps we can drop all these fake constraints.

Honza
> 
> Paolo


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]