optimizationgccintel-atom

GCC optimization flags for Intel Atom


I'm developing a performance critical application for Intel Atom processor.

What are the best gcc optimization flags for this CPU?


Solution

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

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