🔬This is a nightly-only experimental API. (
stdsimd
#48556)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 vectora
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 vectora
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 vectora
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 vectora
into 4 x 16-bit half-precision float values stored in the lowest 64-bit of a 128-bit vector.