Overview

In most cases, applications spend the largest amount of execution time in loops, so the Intel® compiler provides several different loop optimizations.

This lesson explains the following types of optimizations, which primarily deal with loops:

  • Vectorization
  • High Level Optimization (HLO)
  • OpenMP*