This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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: Polyhedron tests on Intel Darwin8/9


> Try -ffast-math.

Janne you are right with -O3 -ffast-math the loop reduces to:

L2:
        addi r9,r9,1
        bdnz L2

not fully removed, but close enough.  Now I'll have to
go back to induct.f90 to see where the time is spent and
check if the optimization is done or not.

Dominique


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