diff options
author | Janne Grunau <j@jannau.net> | 2014-04-05 13:46:51 +0200 |
---|---|---|
committer | Janne Grunau <janne-libav@jannau.net> | 2014-04-06 21:18:49 +0200 |
commit | 8675bcb0addb1c7fb0b04682d1f3f95d5b8dae14 (patch) | |
tree | fe474c79b62cf470d15fd1ee0f7993d19bf98788 /libavutil/cpu.h | |
parent | a027d2a8731f7c95dbb57be470160f0f94d6c97d (diff) | |
download | ffmpeg-8675bcb0addb1c7fb0b04682d1f3f95d5b8dae14.tar.gz |
aarch64: add armv8 CPU flag
Diffstat (limited to 'libavutil/cpu.h')
-rw-r--r-- | libavutil/cpu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavutil/cpu.h b/libavutil/cpu.h index 517c520119..7cecccc9c4 100644 --- a/libavutil/cpu.h +++ b/libavutil/cpu.h @@ -61,6 +61,7 @@ #define AV_CPU_FLAG_VFP (1 << 3) #define AV_CPU_FLAG_VFPV3 (1 << 4) #define AV_CPU_FLAG_NEON (1 << 5) +#define AV_CPU_FLAG_ARMV8 (1 << 6) /** * Return the flags which specify extensions supported by the CPU. |