mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-12-24 11:52:06 +08:00
avutil: add AVX-512 flags
This commit is contained in:
committed by
James Darnley
parent
b7a3d1f249
commit
8b81eabe57
@@ -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 }
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user