notstd_detect 0.6.0

Fork of std_detect - Rust's standard library run-time CPU feature detection.
Documentation
1
2
3
4
5
6
7
8
//! Other operating systems

use crate::detect::cache;

#[allow(dead_code)]
pub(crate) fn detect_features() -> cache::Initializer {
    cache::Initializer::default()
}