09/05/03 15:47:39 FzgGYxaD
>>464
x86とx86-64限定ですが、gcc-4.2以降では"native"という値が使えます。
URLリンク(gcc.gnu.org)
> New Targets and Target Specific Improvements
> IA-32/x86-64
> -mtune=native and -march=native will produce code optimized for the host architecture as detected using the cpuid instruction.
"--with-native"なんてどうでしょうか?
>>465
修正しました。