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-F4B16726-CD71-4677-9407-9F3C37F484F1
Visible to Intel only — GUID: GUID-F4B16726-CD71-4677-9407-9F3C37F484F1
_mm256_cvtps_ph()
Converts eight single-precision floating point values to half-precision (16-bit) floating point values. The corresponding 3rd Generation Intel® Core™ Processor extension instruction is VCVTPS2PH.
extern __m128i _mm_cvtps_ph(__m256 x, int imm); |
- X
-
a vector containing eight single-precision FP values
- Imm
-
a conversion control constant
This intrinsic converts eight single-precision floating point values to half-precision (16-bit) floating point values.