diff options
Diffstat (limited to 'library/stdarch/crates/std_detect/README.md')
| -rw-r--r-- | library/stdarch/crates/std_detect/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/stdarch/crates/std_detect/README.md b/library/stdarch/crates/std_detect/README.md index 5211771047f..3611daaf40f 100644 --- a/library/stdarch/crates/std_detect/README.md +++ b/library/stdarch/crates/std_detect/README.md @@ -9,7 +9,7 @@ supports certain features, like SIMD instructions. `std::detect` APIs are available as part of `libstd`. Prefer using it via the standard library than through this crate. Unstable features of `std::detect` are -available on nightly Rust behind the `feature(stdsimd)` feature-gate. +available on nightly Rust behind various feature-gates. If you need run-time feature detection in `#[no_std]` environments, Rust `core` library cannot help you. By design, Rust `core` is platform independent, but |
