[−][src]Function boolean_enums::lstd::arch::x86::_mm_cvtpi8_ps
pub unsafe fn _mm_cvtpi8_ps(a: __m64) -> __m128
🔬 This is a nightly-only experimental API. (
stdsimd
)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.