Intel® C++ Compiler 16.0 User and Reference Guide
Sets certain aggressive options to improve the speed of your application.
Linux and OS X: | -Ofast |
Windows: | None |
None
OFF |
The aggressive optimizations that improve speed are not enabled. |
This option improves the speed of your application.
It sets compiler options -O3, -no-prec-div, and -fp-model fast=2.
On Linux* systems, this option is provided for compatibility with gcc.
None