Intel® C++ Compiler Classic Developer Guide and Reference
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-FD4E3232-CAC6-4540-8153-C58A30A17F0C
Visible to Intel only — GUID: GUID-FD4E3232-CAC6-4540-8153-C58A30A17F0C
_mm_cvtph_ps()
Converts four half-precision (16-bit) floating point values to single-precision floating point values. The corresponding 3rd Generation Intel® Core™ Processor extension instruction is VCVTPH2PS.
extern __m128 _mm_cvtph_ps(__m128i x, int imm); |
- X
-
a vector containing four 16-bit FP values
- Imm
-
a conversion control constant
This intrinsic converts four half-precision (16-bit) floating point values to single-precision floating point values.
A vector containing four single-precision floating point elements.