Skip to content

Commit 4557e22

Browse files
committed
Import the asm macro in std_detect
Fixes #1289
1 parent bcbe010 commit 4557e22

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/std_detect/src/detect/os/aarch64.rs

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
//! - [Zircon implementation](https://fuchsia.googlesource.com/zircon/+/master/kernel/arch/arm64/feature.cpp)
1717
//! - [Linux documentation](https://www.kernel.org/doc/Documentation/arm64/cpu-feature-registers.txt)
1818
19+
use crate::arch::asm;
1920
use crate::detect::{cache, Feature};
2021

2122
/// Try to read the features from the system registers.

0 commit comments

Comments
 (0)