Enable the use of approximate division instructions

Static analysis presumes the loop may benefit from using approximate calculations. Independent dividors will be pre-calculated and replaced with multiplicators. To fix: Fine-tune your usage of the following compiler option:

Windows* OSLinux* OSComment
/Qprec-div--no-prec-div

-no-prec-div enables the use of approximate devision optimizations.

Read More