mirror of
https://github.com/anrieff/libcpuid
synced 2025-10-13 11:10:39 +00:00
add support to feature intel avx512_vnni
This commit is contained in:
parent
88d98cedd3
commit
8f91df526d
3 changed files with 6 additions and 0 deletions
|
@ -649,6 +649,7 @@ const char* cpu_feature_str(cpu_feature_t feature)
|
|||
{ CPU_FEATURE_SGX, "sgx" },
|
||||
{ CPU_FEATURE_RDSEED, "rdseed" },
|
||||
{ CPU_FEATURE_ADX, "adx" },
|
||||
{ CPU_FEATURE_AVX512VNNI, "avx512_vnni" },
|
||||
};
|
||||
unsigned i, n = COUNT_OF(matchtable);
|
||||
if (n != NUM_CPU_FEATURES) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue