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