File tree 2 files changed +2
-2
lines changed
source/cfg_if/detect/arch
target/cfg_if/detect/arch
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3
3
//! The features are detected using the `detect_features` function below.
4
4
//! This function uses the CPUID instruction to read the feature flags from the
5
5
//! CPU and encodes them in a `usize` where each bit position represents
6
- //! whether a feature is available (bit is set) or unavaiable (bit is cleared).
6
+ //! whether a feature is available (bit is set) or unavailable (bit is cleared).
7
7
//!
8
8
//! The enum `Feature` is used to map bit positions to feature names, and the
9
9
//! the `__crate::detect::check_for!` macro is used to map string literals (e.g.,
Original file line number Diff line number Diff line change 3
3
//! The features are detected using the `detect_features` function below.
4
4
//! This function uses the CPUID instruction to read the feature flags from the
5
5
//! CPU and encodes them in a `usize` where each bit position represents
6
- //! whether a feature is available (bit is set) or unavaiable (bit is cleared).
6
+ //! whether a feature is available (bit is set) or unavailable (bit is cleared).
7
7
//!
8
8
//! The enum `Feature` is used to map bit positions to feature names, and the
9
9
//! the `__crate::detect::check_for!` macro is used to map string literals (e.g.,
You can’t perform that action at this time.
0 commit comments