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.
1 parent 0682c31 commit d55d9f8Copy full SHA for d55d9f8
crates/core_simd/src/transmute.rs
@@ -1,4 +1,5 @@
1
/// Provides implementations of `From<$a> for $b` and `From<$b> for $a` that transmutes the value.
2
+#[cfg(any(target_arch = "x86", target_arch = "x86_64"))]
3
macro_rules! from_transmute {
4
{ unsafe $a:ty => $b:ty } => {
5
from_transmute!{ @impl $a => $b }
0 commit comments