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* OS | Linux* OS | Comment |
|---|---|---|
| /Qprec-sqrt- | -no-prec-sqrt | -no-prec-sqrt enables the use of approximate sqrt instructions. |