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: (a+b)+c should be replaced by a+(b+c)


On Thu, 2004-03-25 at 16:06, Scott Robert Ladd wrote:
> [dry_sarcasm]
> Well, we can see the -ffast-math *really* helps in this suituation, huh?
> [/dry_sarcasm]

Could you try -funroll-all-loops and may be a prefetch flag? On short
numerical loops this usually makes lots of difference.

Laurent


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