We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bd0ee7 commit 3076505Copy full SHA for 3076505
coresimd/mod.rs
@@ -89,7 +89,7 @@ pub mod arch {
89
///
90
/// See the [module documentation](../index.html) for more details.
91
#[cfg(any(target_arch = "wasm32", dox))]
92
- #[cfg(target_arch = "wasm32")]
+ #[doc(cfg(target_arch = "mips"))]
93
#[unstable(feature = "stdsimd", issue = "27731")]
94
pub mod wasm32 {
95
pub use coresimd::wasm32::*;
0 commit comments