Option |
Description |
---|---|
-ax{i|M|K|W} | Enables the vectorizer and generates specialized and generic IA-32 code. The generic code is usually slower than the specialized code. -vec- disables vectorization, but processor-specific code continues to be generated. |
-x{i|M|K|W} |
Turns on the vectorizer and generates processor-specific specialized code. -vec- disables vectorization, but processor-specific code continues to be generated. |
-vec_reportn |
Controls the vectorizer's level of diagnostic messages:
|