std
macro_rules! is_powerpc_feature_detected { ("altivec") => { ... }; ("vsx") => { ... }; ("power8") => { ... }; ($t:tt) => { ... }; }
stdsimd