We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcbe010 commit 8e09c37Copy full SHA for 8e09c37
crates/std_detect/src/detect/os/aarch64.rs
@@ -17,6 +17,7 @@
17
//! - [Linux documentation](https://www.kernel.org/doc/Documentation/arm64/cpu-feature-registers.txt)
18
19
use crate::detect::{cache, Feature};
20
+use core::arch::asm;
21
22
/// Try to read the features from the system registers.
23
///
0 commit comments