Function safe_arch::permute2z_m256d

source ·
pub fn permute2z_m256d<const MASK: i32>(a: m256d, b: m256d) -> m256d
Available with target feature avx only.
Expand description

Shuffle 128 bits of floating point data at a time from a and b using an immediate control value.

Each output selection is 4-bit wide, if 1000 is passed, that output is zeroed instead of picking from a or b.