[−][src]Function core::arch::x86_64::_mm_cvtpu16_ps
pub unsafe fn _mm_cvtpu16_ps(a: __m64) -> __m128
This is supported on x86-64 and target feature
sse,mmx
only.Converts a 64-bit vector of i16
s into a 128-bit vector of 4 f32
s.