Import the asm macro in std_detect (#1290)

This commit is contained in:
Luca Barbato 2022-03-11 18:12:29 +01:00 committed by GitHub
parent b51baab99c
commit d3f6f21a26
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.
///