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