(a+b)+c should be replaced by a+(b+c)

Laurent GUERBY laurent@guerby.net
Thu Mar 25 19:47:00 GMT 2004


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



More information about the Gcc mailing list