1 //! `std_detect` 2 3 #[doc(hidden)] // unstable implementation detail 4 #[unstable(feature = "stdsimd", issue = "27731")] 5 pub mod detect; 6