Fix neon test on non arm64 targets

This commit is contained in:
bjorn3 2024-04-22 16:57:07 +00:00
parent d0c5141257
commit 8bf1687879

View File

@ -4,7 +4,9 @@
#[cfg(target_arch = "aarch64")]
use std::arch::aarch64::*;
#[cfg(target_arch = "aarch64")]
use std::mem::transmute;
#[cfg(target_arch = "aarch64")]
use std::simd::*;
#[cfg(target_arch = "aarch64")]