Intel® Advisor Help
Metric |
Description |
Interpretation |
---|---|---|
Scalar function |
The scalar function is executed. |
|
Vectorized function |
Vector-enabled function which is executed in vectorized loop. |
|
Scalar loop |
Possible room for vectorization. |
|
Vectorized loop |
Already vectorized. Might need optimization. |
|
Scalar inner loop within vectorized outer loop |
Vectorized parts. Might need optimization. |