Target the AVX-512 ISA

Static analysis presumes the loop may benefit from AVX-512 approximate reciprocal instructions, but these instructions were not used. To fix: Use one of the following compiler options:
Windows* OSLinux* OS
/QxCOMMON-AVX512 or /QaxCOMMON-AVX512-xCOMMON-AVX512 or -axCOMMON-AVX512

Read More