options

exec - 2023-12-14 15:52:28 - MAQAO 2.17.9

Help is available by moving the cursor above any symbol or by checking MAQAO website.

Optimizer

Loop IDModuleAnalysisPenalty ScoreCoverage (%)Vectorization
Ratio (%)
Vector Length
Use (%)
4execPartial or unexisting vectorization - Use pragma to force vectorization and check potential dependencies between array access.6496.4794.12100
[SA] Presence of expensive FP instructions - Perform hoisting, change algorithm, use SVML or proper numerical library or perform value profiling (count the number of distinct input values). There are 16 issues (= instructions) costing 4 points each.64
Warning! There is no dynamic data for this loop. Some checks can not been performed.0
3execPartial or unexisting vectorization - Use pragma to force vectorization and check potential dependencies between array access.10.045.2617.76
[SA] Presence of calls - Inline either by compiler or by hand and use SVML for libm calls. There are 1 issues (= calls) costing 1 point each.1
1execPartial or unexisting vectorization - No issue detected00.04012.5
×