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