Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/5/2010
This function copies an integer value to a floating-point register.
Syntax
float _CopyFloatFromInt32(
___int32 arg1
);
Parameters
- arg1
[in] The integer value acted upon by the function.
Return Values
The floating point conversion of arg1.
Remarks
This function can be implemented by copying the source value using a temporary memory location.
Requirements
| Architecture | ARM, MIPS, SH-4, x86 |
| Header | cmnintrin.h |
| Routine | _CopyFloatFromInt32 |
See Also
Reference
Common Intrinsic Functions for Device Compilers