Explicitly enable FMA generation when using the strict floating-point model

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* OSLinux* OS
/Qfma-fma

Read More