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 1c771ee + 387e7c3 commit ca96052Copy full SHA for ca96052
rust-version
@@ -1 +1 @@
1
-2ad5f8607d0e192b60b130e5cc416b477b351c18
+fd9fad6dbcc1bae3cba2a8634339ffa620a49f28
tests/pass/shims/x86/intrinsics-x86-sse2.rs
@@ -1,5 +1,6 @@
// 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