Function core::arch::x86::_mm_cvtsi32_ss 1.27.0[−][src]
pub unsafe fn _mm_cvtsi32_ss(a: __m128, b: i32) -> __m128
This is supported on x86 and target feature
sse
only.Expand description
将 32 位整数转换为 32 位浮点型。
结果 vector 是输入 vector a
,其最低 32 位浮点数已由转换后的整数替换。
此内联函数对应于 CVTSI2SS
指令 (具有 32 位输入)。