Macro std::is_powerpc_feature_detected [−][src]
macro_rules! is_powerpc_feature_detected {
("altivec") => { ... };
("vsx") => { ... };
("power8") => { ... };
($t : tt,) => { ... };
($t : tt) => { ... };
}
This is supported on PowerPC only.
Expand description
Checks if powerpc
feature is enabled.