mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-12-24 11:52:06 +08:00
aarch64: Add cpu flags for the dotprod and i8mm extensions
Set these available if they are available unconditionally for the compiler. Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
@@ -38,6 +38,8 @@ static const struct {
|
||||
{ AV_CPU_FLAG_ARMV8, "armv8" },
|
||||
{ AV_CPU_FLAG_NEON, "neon" },
|
||||
{ AV_CPU_FLAG_VFP, "vfp" },
|
||||
{ AV_CPU_FLAG_DOTPROD, "dotprod" },
|
||||
{ AV_CPU_FLAG_I8MM, "i8mm" },
|
||||
#elif ARCH_ARM
|
||||
{ AV_CPU_FLAG_ARMV5TE, "armv5te" },
|
||||
{ AV_CPU_FLAG_ARMV6, "armv6" },
|
||||
|
||||
Reference in New Issue
Block a user