本文介绍了Intel Atom 的 GCC 优化标志的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在为英特尔凌动处理器开发一个性能关键的应用程序.

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

此 CPU 的最佳 gcc 优化标志是什么?

What are the best gcc optimization flags for this CPU?

推荐答案

GCC 4.5 将包含 -march=atom 和 -mtune=atom 选项.

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

来源:http://gcc.gnu.org/gcc-4.5/changes.html

这篇关于Intel Atom 的 GCC 优化标志的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-26 12:13
查看更多