Function permute2z_m256

pub fn permute2z_m256<const MASK: i32>(a: m256, b: m256) -> m256
Available on crate feature dep_safe_arch 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.