notstd_detect 0.6.0

Fork of std_detect - Rust's standard library run-time CPU feature detection.
Documentation
1
2
3
//! Run-time feature detection for Aarch64 on FreeBSD.

pub(crate) use super::super::aarch64::detect_features;