Function core::arch::x86::_mm_move_sd
1.27.0 · source · pub unsafe fn _mm_move_sd(a: __m128d, b: __m128d) -> __m128d
Available on (x86 or x86-64) and target feature
sse2
and x86 only.Expand description
构造 [2 x double]
的 128 位浮点 vector。下层
将 64 位设置为第二个参数的低 64 位。上层
将 64 位设置为第一个参数的高 64 位。