summaryrefslogtreecommitdiffstats
path: root/library/stdarch/crates/std_detect/src/detect/os/freebsd/aarch64.rs
blob: ccc48f536054d9c0bbaa975035ead7377bd67d90 (plain)
1
2
3
//! Run-time feature detection for Aarch64 on FreeBSD.

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