Macro simd_extract
macro_rules! simd_extract {
($x:expr, $idx:expr $(,)?) => { ... };
($x:expr, $idx:expr, $ty:ty $(,)?) => { ... };
}
simd_extractmacro_rules! simd_extract {
($x:expr, $idx:expr $(,)?) => { ... };
($x:expr, $idx:expr, $ty:ty $(,)?) => { ... };
}