We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0c5141 commit 8bf1687Copy full SHA for 8bf1687
example/neon.rs
@@ -4,7 +4,9 @@
4
5
#[cfg(target_arch = "aarch64")]
6
use std::arch::aarch64::*;
7
+#[cfg(target_arch = "aarch64")]
8
use std::mem::transmute;
9
10
use std::simd::*;
11
12
0 commit comments