Function core::arch::x86::_mm_cvtph_ps
1.68.0 · source · pub unsafe fn _mm_cvtph_ps(a: __m128i) -> __m128
Available on (x86 or x86-64) and target feature
f16c
and x86 only.Expand description
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.