|
发表于 2011-4-22 09:37:48
|
显示全部楼层
Post by yafeng;2132786
-Ofast The same as -O3 and -ffast-math combined. 这是从哪里得到的信息?
我看官网上只是说-Ofast会连带开启-Ofast-math
It combines the existing optimization level -O3 with options that can affect standards compliance but result in better optimized code. For example, -Ofast enables -ffast-math. |
|