This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Default x86-darwin to -mfpmath=sse, and update -arch settings
On Tue, Apr 12, 2005 at 06:35:28AM -0700, Geoffrey Keating wrote:
> (If you wanted best performance, I think you'd want to use
> -mfpmath=sse,387 right?)
No, actually that tends to be the worst option. The register
allocator gets really confused and we spill things between
register files too much. Further, the execution units are
actually shared on the current generation of processors, so
it's unlikely that we'll gain execution bandwidth by trying
to use both.
It has been suggested that we simply remove the option.
r~