Enables or disables vectorization.
IA-32, Intel® 64 architectures
Linux and Mac OS X: | -vec -no-vec |
Windows: | /Qvec /Qvec- |
None
-vec |
Vectorization is enabled. |
This option enables or disables vectorization.
To disable vectorization, specify -no-vec (Linux and Mac OS X) or /Qvec- (Windows).
To disable the SIMD transformations, specify option -no-simd (Linux and Mac OS X) or /Qsimd- (Windows).
Using this option enables vectorization at default optimization levels for both Intel® microprocessors and non-Intel microprocessors. Vectorization may call library routines that can result in additional performance gain on Intel microprocessors than on non-Intel microprocessors. The vectorization can also be affected by certain options, such as /arch or /Qx (Windows) or -m or -x (Linux and Mac OS X).
None
Copyright © 1996-2010, Intel Corporation. All rights reserved.