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.
2 parents 2dbb1dd + 17151d7 commit 387e7c3Copy full SHA for 387e7c3
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