We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2ce428 commit b6942daCopy full SHA for b6942da
tests/pass/shims/x86/intrinsics-x86-sse2.rs
@@ -1,5 +1,6 @@
1
// We're testing x86 target specific features
2
//@only-target: x86_64 i686
3
+#![allow(unnecessary_transmutes)]
4
5
#[cfg(target_arch = "x86")]
6
use std::arch::x86::*;
0 commit comments