mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-03 13:32:10 +00:00
avutil/tests/cpu: add slowgather
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
e68e379e0c
commit
e1d3ef9217
@ -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_SLOW_GATHER, "slowgather" },
|
||||
#elif ARCH_LOONGARCH
|
||||
{ AV_CPU_FLAG_LSX, "lsx" },
|
||||
{ AV_CPU_FLAG_LASX, "lasx" },
|
||||
|
Loading…
Reference in New Issue
Block a user