don't
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs(types): typos

Signed-off-by: tjh <x@tjh.dev>

tjh 4439ebb1 be43760d

+2 -2
+2 -2
crates/gordian-types/src/did.rs
··· 266 266 } 267 267 268 268 // AVX2 extensions are not enabled by the default x86_64 profile. Setting the 269 - // avx2 target feature forces the compilier to generate avx2 instructions 269 + // avx2 target feature forces the compiler to generate avx2 instructions 270 270 // for this function only. 271 271 #[cfg(target_arch = "x86_64")] 272 272 #[target_feature(enable = "avx2")] ··· 286 286 #[cfg(target_arch = "x86_64")] 287 287 mod validate_x86_64 { 288 288 //! x86_64-specific impl. This is usable with stable rust. Remove when 289 - //! `std::simd` is stablized. 289 + //! `std::simd` is stabilized. 290 290 291 291 use std::arch::x86_64::__m256i; 292 292