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: slow execution speed when compared against visual c++


-ffast-math might help, at the expense of non-guaranteed IEEE compliance.
Also, you should use MinGW to get really native (ie. without the cygwin emulation layer) Win32 apps. Just use -mno-cygwin at the command line.

fwyzard



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