Function _mm_permute_pd

#[target_feature(enable = "avx")]
pub const fn _mm_permute_pd(a: __m128d, IMM2: i32) -> __m128d

Shuffles double-precision (64-bit) floating-point elements in a using the control in imm8.

Intel's documentation