avutil/tests/cpu: print the avx512icl flag

This commit is contained in:
James Darnley 2022-10-26 17:40:03 +02:00
parent f53c590f3d
commit 0f252dfa95
1 changed files with 1 additions and 0 deletions

View File

@ -77,6 +77,7 @@ static const struct {
{ AV_CPU_FLAG_BMI2, "bmi2" },
{ AV_CPU_FLAG_AESNI, "aesni" },
{ AV_CPU_FLAG_AVX512, "avx512" },
{ AV_CPU_FLAG_AVX512ICL, "avx512icl" },
{ AV_CPU_FLAG_SLOW_GATHER, "slowgather" },
#elif ARCH_LOONGARCH
{ AV_CPU_FLAG_LSX, "lsx" },