Function core::arch::x86::_mm256_extractf128_pd1.27.0[][src]

pub unsafe fn _mm256_extractf128_pd<const IMM1: i32>(a: __m256d) -> __m128d
This is supported on x86 and target feature avx only.
Expand description

a 提取 128 位 (由 2 个包装的双精度 (64-bit) 浮点元素组成),并使用 imm8 进行选择。

Intel’s documentation