Typecasts single-precision floating point values to double-precision floating point values. No corresponding Intel® AVX instruction.
a |
float32 source vector |
Performs a typecast operation from single-precision floating point values (float32 values) to double-precision floating point values (float64 values). This intrinsic does not introduce extra moves to the generated code. Source operand bits are passed unchanged to the result.
A vector with double-precision floating point values.
Copyright © 1996-2010, Intel Corporation. All rights reserved.