Cargo Features
safe_unaligned_simd has no features set by default.
[dependencies]
safe_unaligned_simd = { version = "0.2.5", features = ["avx512", "nightly"] }
-
avx512
-
Enables AVX-512 intrinsics for x86
-
nightly
-
Gain access to unstable features which require the nightly compiler (currently unused)