This is the mail archive of the gcc-help@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: GCC is 7 times slower than Intel? How to optimize? Need help!!


jackfrost <jackfrost@list.ru> writes:

> I've tried  -ffast-math.
> with the same result.

-ffast-math will certainly make the program you posted run faster on
x86, so I'm not sure in what sense the result is the same.  Note that
-ffast-math must be used in conjunction with -O2 or similar.

Ian


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