Enables or disables the SIMD vectorization feature of the compiler.
IA-32, Intel® 64 architectures
Linux and Mac OS X: | -simd -no-simd |
Windows: | /Qsimd /Qsimd- |
None
-simd |
The SIMD vectorization feature is enabled. |
This option enables or disables the SIMD vectorization feature of the compiler.
To disable the SIMD transformations for vectorization, specify -no-simd (Linux and Mac OS X) or /Qsimd- (Windows).
To disable vectorization, specify options -no-vec (Linux and Mac OS X) or /Qvec- (Windows).
The SIMD vectorization feature is available 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.