Enable the use of approximate sqrt instructions

Static analysis presumes the loop may benefit from using approximate sqrt instructions, but the precision and floating-point model settings may prevent the compiler from using these instructions. To fix: Fine-tune your usage of the following compiler option:
Windows* OSLinux* OSComment
/Qprec-sqrt--no-prec-sqrt

-no-prec-sqrt enables the use of approximate sqrt instructions.

Read More