pub unsafe fn _mm_cvt_si2ss(a: __m128, b: i32) -> __m128
Available on crate feature
std
and x86-64 only.Expand description
Alias for _mm_cvtsi32_ss
.
pub unsafe fn _mm_cvt_si2ss(a: __m128, b: i32) -> __m128
std
and x86-64 only.Alias for _mm_cvtsi32_ss
.