std_detect
macro_rules! is_powerpc_feature_detected { ("altivec") => { ... }; ("vsx") => { ... }; ("power8") => { ... }; ($t:tt,) => { ... }; ($t:tt) => { ... }; }
stdsimd
Checks if powerpc feature is enabled.
powerpc