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

pub unsafe fn _mm256_permute2f128_pd<const IMM8: i32>(
    a: __m256d,
    b: __m256d
) -> __m256d
This is supported on x86 and target feature avx only.
Expand description

混洗 256 位 (由 4 个包装的双精度 (64-bit) 浮点元素组成),由 imm8ab 中选择。

Intel’s documentation