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