__VSQRT_F64, __VSQRT_F32
In this section:
Syntax
double __VSQRT_F64(double x); float __VSQRT_F32(float x);
Description
Inserts the square root instruction VSQRT.
Note
These intrinsic functions cannot be used in 64-bit mode.
Note
To use intrinsic functions in an application, you must include the header file(s) where they are declared, see Summary of intrinsic functions.