Function core::arch::x86::_mm_unpackhi_pd 1.27.0[−][src]
pub unsafe fn _mm_unpackhi_pd(a: __m128d, b: __m128d) -> __m128d
This is supported on x86 and target feature
sse2
only.Expand description
所得的 __m128d
元素由两个 __m128d
交错输入元素的低阶值组成,即:
- 从第二个输入的
[127:64]
位复制[127:64]
位 * 从第一个输入的[127:64]
位复制[63:0]
位