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