_CopyFloatFromInt32

9/7/2007

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

Routine Required header Architecture

_CopyFloatFromInt32

<cmnintrin.h>

x86, ARM, SH-4, MIPS

See Also

Other Resources

Intrinsic Functions for Device Compilers