Skip to content

Commit

Permalink
...and fix the broken import along the way
Browse files Browse the repository at this point in the history
  • Loading branch information
HadrienG2 committed May 12, 2024
1 parent 1d375ba commit ad8eb70
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/arch/arm_family.rs
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ mod tests {
mod neon {
use super::*;
use core::arch::aarch64;
#[cfg(feature = "nightly")]
use core::simd::Simd;

#[test]
fn neon() {
Expand Down

0 comments on commit ad8eb70

Please sign in to comment.