We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5928048 commit a28d9baCopy full SHA for a28d9ba
crates/std_detect/tests/x86-specific.rs
@@ -1,4 +1,5 @@
1
#![feature(stdsimd)]
2
+#![cfg(any(target_arch = "x86", target_arch = "x86_64"))]
3
4
extern crate cupid;
5
#[macro_use]
0 commit comments