We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b2ce428 + b6942da commit ff3fe74Copy full SHA for ff3fe74
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