Available on x86 or x86-64 only.
Expand description
Functions§
- _mm256_
cvtph_ ⚠ps f16c
- Converts the 8 x 16-bit half-precision float values in the 128-bit vector
a
into 8 x 32-bit float values stored in a 256-bit wide vector. - _mm256_
cvtps_ ⚠ph f16c
- Converts the 8 x 32-bit float values in the 256-bit vector
a
into 8 x 16-bit half-precision float values stored in a 128-bit wide vector. - _mm_
cvtph_ ⚠ps f16c
- Converts the 4 x 16-bit half-precision float values in the lowest 64-bit of
the 128-bit vector
a
into 4 x 32-bit float values stored in a 128-bit wide vector. - _mm_
cvtps_ ⚠ph f16c
- Converts the 4 x 32-bit float values in the 128-bit vector
a
into 4 x 16-bit half-precision float values stored in the lowest 64-bit of a 128-bit vector. - llvm_
vcvtph2ps_ 🔒 ⚠128 - llvm_
vcvtph2ps_ 🔒 ⚠256 - llvm_
vcvtps2ph_ 🔒 ⚠128 - llvm_
vcvtps2ph_ 🔒 ⚠256