options

exec - 2024-04-15 12:39:57 - MAQAO 2.19.1

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

Optimizer

Loop IDModuleAnalysisPenalty ScoreCoverage (%)Vectorization
Ratio (%)
Vector Length
Use (%)
3execPartial or unexisting vectorization - No issue detected089.6500
0execPartial or unexisting vectorization - No issue detected00.0406.25
2execPartial or unexisting vectorization - Use pragma to force vectorization and check potential dependencies between array access.50.0206.25
[SA] Presence of constant non unit stride data access - Use array restructuring, perform loop interchange or use gather instructions to lower a bit the cost. There are 2 issues ( = data accesses) costing 2 point each.4
[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
×