We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e316da9 commit 2d2c552Copy full SHA for 2d2c552
example/neon.rs
@@ -1,6 +1,6 @@
1
// Most of these tests are copied from https://github.com/japaric/stdsimd/blob/0f4413d01c4f0c3ffbc5a69e9a37fbc7235b31a9/coresimd/arm/neon.rs
2
3
-#![feature(portable_simd)]
+#![cfg_attr(target_arch = "aarch64", feature(portable_simd))]
4
5
#[cfg(target_arch = "aarch64")]
6
use std::arch::aarch64::*;
0 commit comments