Macro simd_shuffle

Source
macro_rules! simd_shuffle {
    ($x:expr, $y:expr, $idx:expr $(,)?) => { ... };
}