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 0bba934 commit c6aca22Copy full SHA for c6aca22
tests/pass/shims/x86/intrinsics-x86-pause-without-sse2.rs
@@ -1,5 +1,5 @@
1
-// We're testing x86 target specific features
2
-//@only-target: x86_64 i686
+// We're testing x86-32 target specific features. SSE always exists on x86-64.
+//@only-target: i686
3
//@compile-flags: -C target-feature=-sse2
4
5
#[cfg(target_arch = "x86")]
0 commit comments