riscv: add Zvbb vector bit manipulation extension

This commit is contained in:
Rémi Denis-Courmont
2024-05-07 22:08:38 +03:00
parent 11f689317d
commit 01c5f4ad9f
8 changed files with 12 additions and 1 deletions

View File

@@ -285,6 +285,7 @@ static const struct {
{ "RVVf32", "rvv_f32", AV_CPU_FLAG_RVV_F32 },
{ "RVVi64", "rvv_i64", AV_CPU_FLAG_RVV_I64 },
{ "RVVf64", "rvv_f64", AV_CPU_FLAG_RVV_F64 },
{ "RV_Zvbb", "rv_zvbb", AV_CPU_FLAG_RV_ZVBB },
#elif ARCH_MIPS
{ "MMI", "mmi", AV_CPU_FLAG_MMI },
{ "MSA", "msa", AV_CPU_FLAG_MSA },