File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
source/cfg_if/detect/arch
target/cfg_if/detect/arch Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 33//! The features are detected using the `detect_features` function below.
44//! This function uses the CPUID instruction to read the feature flags from the
55//! 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).
77//!
88//! The enum `Feature` is used to map bit positions to feature names, and the
99//! the `__crate::detect::check_for!` macro is used to map string literals (e.g.,
Original file line number Diff line number Diff line change 33//! The features are detected using the `detect_features` function below.
44//! This function uses the CPUID instruction to read the feature flags from the
55//! 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).
77//!
88//! The enum `Feature` is used to map bit positions to feature names, and the
99//! 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