Make neon example build in all arches · rust-lang/rust@f824da6

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

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

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Commit f824da6

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

Lines changed: 1 addition & 1 deletion

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)