Macro std::arch::is_powerpc64_feature_detected
source · [−]macro_rules! is_powerpc64_feature_detected {
($t:tt) => { ... };
}
Expand description
Prevents compilation if is_powerpc64_feature_detected
is used somewhere
else than PowerPC64
targets.