aarch64: Add CPU feature flags for SVE and SVE2
Add code for detecting the feature on Linux and Windows. Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
parent
e6e56fd7a7
commit
e6eabb7ce7
6 changed files with 30 additions and 0 deletions
|
|
@ -40,6 +40,8 @@ static const struct {
|
|||
{ AV_CPU_FLAG_VFP, "vfp" },
|
||||
{ AV_CPU_FLAG_DOTPROD, "dotprod" },
|
||||
{ AV_CPU_FLAG_I8MM, "i8mm" },
|
||||
{ AV_CPU_FLAG_SVE, "sve" },
|
||||
{ AV_CPU_FLAG_SVE2, "sve2" },
|
||||
#elif ARCH_ARM
|
||||
{ AV_CPU_FLAG_ARMV5TE, "armv5te" },
|
||||
{ AV_CPU_FLAG_ARMV6, "armv6" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue