GCC optimization flags for Intel Atom

gcc, intel-atom, optimization

Solution

GCC 4.5 will contain the -march=atom and -mtune=atom options.

Source: http://gcc.gnu.org/gcc-4.5/changes.html

Problem

I'm developing a performance critical application for Intel Atom processor. What are the best gcc optimization flags for this CPU?

Original source