Function core::arch::x86_64::_MM_SHUFFLE

source ·
pub const fn _MM_SHUFFLE<const host: bool = true>(
    z: u32,
    y: u32,
    x: u32,
    w: u32
) -> i32
🔬This is a nightly-only experimental API. (stdarch #27731)
Available on x86-64 and (x86 or x86-64) only.
Expand description

A utility function for creating masks to use with Intel shuffle and permute intrinsics.