Skip to content

Commit

Permalink
Import the asm macro in std_detect (#1290)
Browse files Browse the repository at this point in the history
  • Loading branch information
lu-zero authored Mar 11, 2022
1 parent bcbe010 commit 8e09c37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/std_detect/src/detect/os/aarch64.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
//! - [Linux documentation](https://www.kernel.org/doc/Documentation/arm64/cpu-feature-registers.txt)

use crate::detect::{cache, Feature};
use core::arch::asm;

/// Try to read the features from the system registers.
///
Expand Down

0 comments on commit 8e09c37

Please sign in to comment.