Static analysis presumes the loop may benefit from FMA instructions available with the AVX2 ISA, but the strict floating-point model disables FMA instruction generation by default. To fix: Override this behavior using the fma compiler option.
| Windows* OS | Linux* OS |
|---|---|
| /Qfma | -fma |