checkasm: support for AVX-512 functions

This commit is contained in:
James Darnley
2017-10-30 13:04:59 +01:00
committed by James Darnley
parent f7197f68dc
commit 40d4b13228

View File

@@ -204,6 +204,7 @@ static const struct {
{ "FMA3", "fma3", AV_CPU_FLAG_FMA3 },
{ "FMA4", "fma4", AV_CPU_FLAG_FMA4 },
{ "AVX2", "avx2", AV_CPU_FLAG_AVX2 },
{ "AVX-512", "avx512", AV_CPU_FLAG_AVX512 },
#endif
{ NULL }
};