Macro std::is_aarch64_feature_detected [−][src]
macro_rules! is_aarch64_feature_detected { ($t: tt) => { ... }; }
Expand description
如果在 aarch64
目标以外的其他地方使用 is_aarch64_feature_detected
,则阻止编译。
macro_rules! is_aarch64_feature_detected { ($t: tt) => { ... }; }
如果在 aarch64
目标以外的其他地方使用 is_aarch64_feature_detected
,则阻止编译。