Expand description
Runtime feature detection
Structs§
- Avx2
- X86 “avx2” feature.
- Avx512F
- X86 “avx512f” feature.
- Avx512VL
- X86 “avx512vl” feature.
- Sha
- X86 “sha” feature.
Traits§
- Feature
- A feature that can be checked at runtime.
Functions§
- iterate
- Iterates over all features.