macro_rules! neg { ($(impl<const N: usize> Neg for Simd<$scalar:ty, N>)*) => { ... }; }
portable_simd