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: [PATCH] Introduce -Ofast


On 05/21/2010 01:49 PM, Richard Guenther wrote:
> This adds a new optimization level, -Ofast.  It is supposed to glob
> options that can alter program behavior or are in conflict with
> strict standards compliance only.  It adds to options enabled by
> -O3 and targets have a hook to enable extra target specific optimizations.

Thanks! Can you add an item to the 4.6 release notes?

> Currently -Ofast only enables -ffast-math.

Besides, I would still like to lobby for the inclusion of -march=native
for targets, which support it. (Matching Intel's "-fast" and the default
setting of Pathscale's and Portland Group's compiler.)

Tobias


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