http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38306

--- Comment #21 from Joost VandeVondele <Joost.VandeVondele at pci dot uzh.ch> 
2011-02-20 16:32:38 UTC ---
... however, the following works great:

> gfortran -O2 -march=native -funroll-loops  -ffast-math  -ftree-vectorize 
> test.f90 ; ./a.out 
Time for evaluation [s]:                        2.700

(notice -O2 instead of -O3, -O2 is thus twice as fast as -O3)

Reply via email to