mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
avutil/tests/cpu: print the avx512icl flag
This commit is contained in:
parent
f53c590f3d
commit
0f252dfa95
@ -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" },
|
||||
|
Loading…
Reference in New Issue
Block a user