Go to the documentation of this file.
19 #ifndef AVUTIL_AARCH64_CPU_H
20 #define AVUTIL_AARCH64_CPU_H
23 #include "libavutil/cpu.h"
26 #define have_armv8(flags) CPUEXT(flags, ARMV8)
27 #define have_neon(flags) CPUEXT(flags, NEON)
28 #define have_vfp(flags) CPUEXT(flags, VFP)