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.
any()
1 parent 926b559 commit 399a966Copy full SHA for 399a966
crates/core_arch/src/mod.rs
@@ -23,7 +23,7 @@ pub mod arch {
23
///
24
/// See the [module documentation](../index.html) for more details.
25
#[cfg(any(target_arch = "x86", doc))]
26
- #[doc(cfg(any(target_arch = "x86", target_arch = "x86_64")))]
+ #[doc(cfg(target_arch = "x86"))]
27
#[stable(feature = "simd_x86", since = "1.27.0")]
28
pub mod x86 {
29
0 commit comments