Fix a copy/paste error on wasm32
This commit is contained in:
parent
900fa0261a
commit
af99d5984c
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ pub mod arch {
|
|||
///
|
||||
/// See the [module documentation](../index.html) for more details.
|
||||
#[cfg(any(target_arch = "wasm32", dox))]
|
||||
#[doc(cfg(target_arch = "mips"))]
|
||||
#[doc(cfg(target_arch = "wasm32"))]
|
||||
#[unstable(feature = "stdsimd", issue = "27731")]
|
||||
pub mod wasm32 {
|
||||
pub use coresimd::wasm32::*;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue