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