Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
GCC には、ここで説明されているオプションが-march=あります。しかし、 x64プラットフォームのどのオプションを一般的なものとして選択するかは明らかではありません。たとえば、価値はありますが、x64にはありません。-mtune-mtune=generic-march=
-march=
-mtune
-mtune=
generic
私はそれが-march=nocona(どこでもよく見られるように)または-march=i686 -m64解決策でさえあると思いますが、よくわかりません。
-march=nocona
-march=i686 -m64
一般的な x86-64-marchは-march=x86-64.
-march
-march=x86-64
これは通常configure、x86-64 をターゲットとする GCC のデフォルトですが、適切な値を に渡すことで、そのデフォルトを変更できます--with-arch。
configure
--with-arch