Function core::arch::x86::_mm_cvtph_ps [−][src]
pub unsafe fn _mm_cvtph_ps(a: __m128i) -> __m128
This is supported on x86 and target feature
f16c
only.Expand description
将 128 位 vector a
的最低 64 位中的 4 x 16 位半精度浮点值转换为存储在 128 位宽的 vector 中的 4 x 32 位浮点值。