We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70a6abf commit f824da6Copy full SHA for f824da6
example/neon.rs
@@ -228,5 +228,5 @@ fn main() {
228
}
229
230
231
-#[cfg(target_arch = "x86_64")]
+#[cfg(not(target_arch = "aarch64"))]
232
fn main() {}
0 commit comments