avutil: add AVX-512 flags

This commit is contained in:
James Darnley
2017-10-26 19:48:26 +02:00
committed by James Darnley
parent b7a3d1f249
commit 8b81eabe57
7 changed files with 14 additions and 2 deletions

View File

@@ -73,6 +73,7 @@ static const struct {
{ AV_CPU_FLAG_BMI1, "bmi1" },
{ AV_CPU_FLAG_BMI2, "bmi2" },
{ AV_CPU_FLAG_AESNI, "aesni" },
{ AV_CPU_FLAG_AVX512, "avx512" },
#endif
{ 0 }
};