Function core::arch::x86::_MM_SHUFFLE [−][src]
pub const fn _MM_SHUFFLE(z: u32, y: u32, x: u32, w: u32) -> i32
This is supported on x86 only.
Expand description
A utility function for creating masks to use with Intel shuffle and permute intrinsics.