Skip to content

Commit 2d2c552

Browse files
committed
Fix another unused feature warning
1 parent e316da9 commit 2d2c552

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/neon.rs

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

3-
#![feature(portable_simd)]
3+
#![cfg_attr(target_arch = "aarch64", feature(portable_simd))]
44

55
#[cfg(target_arch = "aarch64")]
66
use std::arch::aarch64::*;

0 commit comments

Comments
 (0)