
Relying on robust instructions, Intel C++ Compiler can optimize your source code for the architecture of Intel processors, allowing an application to run at top speed. Also, there are a few code generation settings that you can modify, referring to the floating point model, check pointers and processor-specific instructions. Most of the compiler's settings are located in the project's 'Properties' section, where you can configure the optimization mode and options.

Intel C++ Compiler is capable or re-organizing the original source code, reducing the code and the cache size, while also aligning functions with the final goal of speeding up code execution (inter-procedural optimization). The 'Guided Auto-Parallelization' capability can offer programmers suggestions on modifying source code or advice on applying certain compiler settings. Moreover, it is fully compatible with the built-in compiler in Visual Studio, allowing object mixing.įocusing mainly on performance, the compiler features loop nest optimization and automatic vectorization that work together in order to reduce memory access abeyance, ensuring faster processing speed. Intel C++ Compiler seamlessly integrates with Microsoft Visual Studio, enabling you to continue working in an environment you are already accustomed with, using familiar tools and options. With its advanced optimization capabilities, it can combine vectorization and parallelization functions in order to improve the application's functioning and running speed.


Intel C++ Compiler can be integrated with Visual Studio in order to assist programmers in processing and optimizing their source code in order to deliver high-performance applications for both desktop or mobile platforms.
