···266266 }267267268268 // AVX2 extensions are not enabled by the default x86_64 profile. Setting the269269- // avx2 target feature forces the compilier to generate avx2 instructions269269+ // avx2 target feature forces the compiler to generate avx2 instructions270270 // for this function only.271271 #[cfg(target_arch = "x86_64")]272272 #[target_feature(enable = "avx2")]···286286#[cfg(target_arch = "x86_64")]287287mod validate_x86_64 {288288 //! x86_64-specific impl. This is usable with stable rust. Remove when289289- //! `std::simd` is stablized.289289+ //! `std::simd` is stabilized.290290291291 use std::arch::x86_64::__m256i;292292