macro_rules! number { { 1 } => { ... }; { 2 } => { ... }; { 4 } => { ... }; { 8 } => { ... }; { $x:literal } => { ... }; }
portable_simd