We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcbe010 commit 4557e22Copy full SHA for 4557e22
crates/std_detect/src/detect/os/aarch64.rs
@@ -16,6 +16,7 @@
16
//! - [Zircon implementation](https://fuchsia.googlesource.com/zircon/+/master/kernel/arch/arm64/feature.cpp)
17
//! - [Linux documentation](https://www.kernel.org/doc/Documentation/arm64/cpu-feature-registers.txt)
18
19
+use crate::arch::asm;
20
use crate::detect::{cache, Feature};
21
22
/// Try to read the features from the system registers.
0 commit comments