| |||
| Home > Compiler-specific Features > __sqrtf intrinsic | |||
This intrinsic is a single-precision version of the __sqrtf intrinsic.
It is functionally equivalent to __sqrt, except
that:
it takes an argument of type float instead of an argument of type double
it returns a float value instead of a double value.
VABS, VNEG, and VSQRT in the Assembler Reference.