Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cpufeatures: add support for detecting AVX-512 (#862)
Adds support for detecting the following features: - `avx512f` - `avx512dq` - `avx512ifma` - `avx512pf` - `avx512er` - `avx512cd` - `avx512bw` - `avx512vl` CPUID bitflags obtained from this table: https://en.wikichip.org/wiki/x86/avx-512#Detection Closes #815
- Loading branch information