The IntelŪ Fortran Compiler enables your software to perform the best on Intel architecture-based computers. Using new compiler optimizations, such as the whole-program optimization and profile-guided optimization, prefetch instruction and support for Streaming SIMD Extensions (SSE) and Streaming SIMD Extensions 2 (SSE2), the Intel Fortran Compiler provides high performance.
Feature |
Benefit |
High Performance |
Achieve a significant performance gain by using optimizations |
Support for Streaming SIMD Extensions |
Advantage of new Intel microarchitecture |
Automatic vectorizer |
Advantage of parallelism in your code achieved automatically |
Parallelization |
Automatic generation of multithreaded code for loops. Shared memory parallel programming with OpenMP*. |
Floating-point optimizations |
Improved floating-point performance |
Data prefetching |
Improved performance due to the accelerated data delivery |
Interprocedural optimizations |
Larger application source files perform better |
Whole program optimization |
Improved performance between modules in larger applications |
Profile-guided optimization |
Improved performance based on profiling the frequently used procedure |
Processor dispatch |
Taking advantage of the latest Intel architecture features while maintaining object code compatibility with previous generations of IntelŪ PentiumŪ Processors. |