Kay Hayen, 25.09.2010 09:09:
> And then what to use for gcc (the C/C++ compiler of choice or is any
> other working for you better on Linux), simply -O3 and be done with it?

I commonly also use an appropriate value for "-march", such as 
"-march=core2". Usually does a lot better than the plain i386 code that it 
would generate otherwise. There's also a generic "-march=native" option 
that "does the right thing".

Stefan
_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to