Revert PR 769
This commit is contained in:
parent
2f2f78ada1
commit
e4d54a44bf
1 changed files with 2 additions and 2 deletions
|
|
@ -9,10 +9,10 @@ mod acle;
|
|||
mod simd;
|
||||
|
||||
#[cfg_attr(
|
||||
bootstrap,
|
||||
not(core_arch_docs),
|
||||
doc(include = "../stdarch/crates/core_arch/src/core_arch_docs.md")
|
||||
)]
|
||||
#[cfg_attr(not(bootstrap), doc(include = "core_arch_docs.md"))]
|
||||
#[cfg_attr(core_arch_docs, doc(include = "core_arch_docs.md"))]
|
||||
#[stable(feature = "simd_arch", since = "1.27.0")]
|
||||
pub mod arch {
|
||||
/// Platform-specific intrinsics for the `x86` platform.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue