We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de858e7 commit e4cecc1Copy full SHA for e4cecc1
library/portable-simd/crates/core_simd/src/swizzle_dyn.rs
@@ -18,7 +18,7 @@ where
18
#![allow(unused_imports, unused_unsafe)]
19
#[cfg(target_arch = "aarch64")]
20
use core::arch::aarch64::{uint8x8_t, vqtbl1q_u8, vtbl1_u8};
21
- #[cfg(all(target_arch = "arm", target_feature = "v7"))]
+ #[cfg(all(target_arch = "arm", target_feature = "v7", target_feature = "neon"))]
22
use core::arch::arm::{uint8x8_t, vtbl1_u8};
23
#[cfg(target_arch = "wasm32")]
24
use core::arch::wasm32 as wasm;
0 commit comments