Intel® C++ Compiler XE 13.1 User and Reference Guides

use-intel-optimized-headers, Quse-intel-optimized-headers

Determines whether the performance headers directory is added to the include path search list.

IDE Equivalent

Windows: Optimization > Use Intel Optimized Headers

Linux: None

OS X: None

Architectures

IA-32, Intel® 64 architecture

Syntax

Linux and OS X:

-use-intel-optimized-headers

Windows:

/Quse-intel-optimized-headers

Arguments

None

Default

-no-use-intel-optimized-headers or /Quse-intel-optimized-headers-

The performance headers directory is not added to the include path search list.

Description

This option determines whether the performance headers directory is added to the include path search list.

The performance headers directory is added if you specify -use-intel-optimized-headers (Linux and OS X) or /Quse-intel-optimized-headers (Windows OS). Appropriate libraries are also linked in, as needed, for proper functionality.

Optimization Notice

Intel's compilers may or may not optimize to the same degree for non-Intel microprocessors for optimizations that are not unique to Intel microprocessors. These optimizations include SSE2, SSE3, and SSSE3 instruction sets and other optimizations. Intel does not guarantee the availability, functionality, or effectiveness of any optimization on microprocessors not manufactured by Intel. Microprocessor-dependent optimizations in this product are intended for use with Intel microprocessors. Certain optimizations not specific to Intel microarchitecture are reserved for Intel microprocessors. Please refer to the applicable product User and Reference Guides for more information regarding the specific instruction sets covered by this notice.

Notice revision #20110804

Alternate Options

None


Submit feedback on this help topic