Skip to content

Commit c6aca22

Browse files
committed
ABI-required target features: warn when they are missing in base CPU (rather than silently enabling them)
1 parent 0bba934 commit c6aca22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/pass/shims/x86/intrinsics-x86-pause-without-sse2.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// We're testing x86 target specific features
2-
//@only-target: x86_64 i686
1+
// We're testing x86-32 target specific features. SSE always exists on x86-64.
2+
//@only-target: i686
33
//@compile-flags: -C target-feature=-sse2
44

55
#[cfg(target_arch = "x86")]

0 commit comments

Comments
 (0)