[FFmpeg-cvslog] avutil/tests/cpu: print the avx512icl flag

James Darnley git at videolan.org
Fri Nov 4 21:44:53 EET 2022


ffmpeg | branch: master | James Darnley <jdarnley at obe.tv> | Wed Oct 26 17:40:03 2022 +0200| [0f252dfa95568f87f87ed47b63ea8ea091e76048] | committer: James Darnley

avutil/tests/cpu: print the avx512icl flag

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0f252dfa95568f87f87ed47b63ea8ea091e76048
---

 libavutil/tests/cpu.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libavutil/tests/cpu.c b/libavutil/tests/cpu.c
index 5bec742b2b..dadadb31dc 100644
--- a/libavutil/tests/cpu.c
+++ b/libavutil/tests/cpu.c
@@ -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"        },



More information about the ffmpeg-cvslog mailing list