Function safe_arch::permute_m128d

source ยท
pub fn permute_m128d<const MASK: i32>(a: m128d) -> m128d
Available with target feature avx only.
Expand description

Shuffle the f64 lanes in a using an immediate control value.