This is the mail archive of the gcc-patches@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: [committed] Clear MIPS IV Flush to Zero bit on IRIX


Richard Henderson <rth@redhat.com> writes:
> On Mon, Jan 24, 2005 at 09:46:22PM +0000, Richard Sandiford wrote:
>> I also wondered about adding a new command-line option to enable or
>> disable the feature, but I didn't want Yet Another Target Switch ..
>
> -ffast-math?

I did wonder about that (and should have mentioned it), but I didn't
like the idea of -ffast-math changing the way something was linked.
However...

> That's what (at least) alpha and ia64 use in order
> to include an object file that turns on flush-to-zero mode.

...I hadn't realised there was already a precedent for this, so thanks
for the heads-up.  I'll give it a try, probably replacing !shared with
!ffast-math.

Richard


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