possible compiler optimization error

Brian Dessent brian@dessent.net
Thu Jun 28 19:27:00 GMT 2007


"Frederich, Eric P21322" wrote:

> My using -march=i686 was because I couldn't find a list of all accepted
> values in the man page for gcc.  After some googling I found that I can
> use -march=pentium-m for my Dell D600 Laptop.  I am now happy to report
> that setting -march=pentium-m -O2 works fine.  I am glad to hear that
> using the sse2 correctly solves the problem without having to use
> -ffloat-store and taking a possible performance hit.

You can also find the gcc docs on the gcc website.  Here is the link to
the section in the 3.4.x manual describing those options:
<http://gcc.gnu.org/onlinedocs/gcc-3.4.6/gcc/i386-and-x86_002d64-Options.html>

Brian

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/



More information about the Cygwin mailing list