Skip to content

Commit 209476e

Browse files
committed
Only import aarch64 intrinsics on aarch64
1 parent f824da6 commit 209476e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

example/neon.rs

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
// Most of these tests are copied from https://github.com/japaric/stdsimd/blob/0f4413d01c4f0c3ffbc5a69e9a37fbc7235b31a9/coresimd/arm/neon.rs
22

33
#![feature(portable_simd)]
4+
5+
#[cfg(target_arch = "aarch64")]
46
use std::arch::aarch64::*;
57
use std::mem::transmute;
68
use std::simd::*;

0 commit comments

Comments
 (0)