Go to the documentation of this file.
19 #ifndef AVUTIL_AARCH64_CPU_H
20 #define AVUTIL_AARCH64_CPU_H
25 #define have_armv8(flags) CPUEXT(flags, ARMV8)
26 #define have_neon(flags) CPUEXT(flags, NEON)
27 #define have_vfp(flags) CPUEXT(flags, VFP)
28 #define have_dotprod(flags) CPUEXT(flags, DOTPROD)
29 #define have_i8mm(flags) CPUEXT(flags, I8MM)