blob: 562cbfe8f1b76dbd0b88a49761660c8f92ee94e7 [file] [log] [blame] [edit]
//! Other operating systems
use arch::detect::Feature;
/// Performs run-time feature detection.
#[inline]
pub fn check_for(_x: Feature) -> bool {
false
}