Remove obsolete cfg for nvptx
Following to the compiler MCP 496 (https://github.com/rust-lang/compiler-team/issues/496)
This commit is contained in:
parent
262d7c77bf
commit
8048734108
1 changed files with 4 additions and 4 deletions
|
|
@ -255,8 +255,8 @@ pub mod arch {
|
|||
/// Platform-specific intrinsics for the `NVPTX` platform.
|
||||
///
|
||||
/// See the [module documentation](../index.html) for more details.
|
||||
#[cfg(any(target_arch = "nvptx", target_arch = "nvptx64", doc))]
|
||||
#[doc(cfg(any(target_arch = "nvptx", target_arch = "nvptx64")))]
|
||||
#[cfg(any(target_arch = "nvptx64", doc))]
|
||||
#[doc(cfg(target_arch = "nvptx64"))]
|
||||
#[unstable(feature = "stdsimd", issue = "27731")]
|
||||
pub mod nvptx {
|
||||
pub use crate::core_arch::nvptx::*;
|
||||
|
|
@ -299,6 +299,6 @@ mod powerpc;
|
|||
#[doc(cfg(target_arch = "powerpc64"))]
|
||||
mod powerpc64;
|
||||
|
||||
#[cfg(any(target_arch = "nvptx", target_arch = "nvptx64", doc))]
|
||||
#[doc(cfg(any(target_arch = "nvptx", target_arch = "nvptx64")))]
|
||||
#[cfg(any(target_arch = "nvptx64", doc))]
|
||||
#[doc(cfg(target_arch = "nvptx64"))]
|
||||
mod nvptx;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue