Make neon example build in all arches · rust-lang/rust@f824da6 (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Commit f824da6

Make neon example build in all arches

File tree

1 file changed

lines changed

1 file changed

lines changed

Original file line number Diff line number Diff line change
@@ -228,5 +228,5 @@ fn main() {
228 228 }
229 229 }
230 230
231 -#[cfg(target_arch = "x86_64")]
231 +#[cfg(not(target_arch = "aarch64"))]
232 232 fn main() {}

0 commit comments