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