Import the asm macro in std_detect (#1290)
This commit is contained in:
parent
b51baab99c
commit
d3f6f21a26
1 changed files with 1 additions and 0 deletions
|
|
@ -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.
|
||||
///
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue