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

Skip to content

Sign in

Appearance settings

View all features

View all solutions

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Sign in

Sign up

Appearance settings

rust-lang / rust Public

Additional navigation options

Commit f824da6

Browse files

afonso360afonso360

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

‎example/neon.rs‎

Lines changed: 1 addition & 1 deletion

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

Comments

(0)