On this page
Macro std::arch::is_powerpc_feature_detected
macro_rules! is_powerpc_feature_detected {
("altivec") => { ... };
("vsx") => { ... };
("power8") => { ... };
($t:tt,) => { ... };
($t:tt) => { ... };
}
🔬This is a nightly-only experimental API. (
stdsimd
#27731)
Available on PowerPC only.
Checks if powerpc
feature is enabled.
© 2010 The Rust Project Developers
Licensed under the Apache License, Version 2.0 or the MIT license, at your option.
https://doc.rust-lang.org/std/arch/macro.is_powerpc_feature_detected.html