Skip to content

Commit f824da6

Browse files
committed
Make neon example build in all arches
1 parent 70a6abf commit f824da6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: example/neon.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -228,5 +228,5 @@ fn main() {
228228
}
229229
}
230230

231-
#[cfg(target_arch = "x86_64")]
231+
#[cfg(not(target_arch = "aarch64"))]
232232
fn main() {}

0 commit comments

Comments
 (0)