summaryrefslogtreecommitdiff
path: root/libavutil/cpu.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2015-05-31 22:47:29 +0200
committerMichael Niedermayer <michaelni@gmx.at>2015-05-31 22:47:50 +0200
commit58a420487337d50f19f73eeed0f2b15d2d727be4 (patch)
tree4d284f00a40460c183949291c2bbfd460f286d5d /libavutil/cpu.h
parent902ce2a6c4364fd27ae3f1db78cd275caf79c006 (diff)
parent7d07ee5a9bd170a06d26fd967cf8de5d3b1ce331 (diff)
Merge commit '7d07ee5a9bd170a06d26fd967cf8de5d3b1ce331'
* commit '7d07ee5a9bd170a06d26fd967cf8de5d3b1ce331': ppc: cpu: Add support for VSX and POWER8 extensions Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavutil/cpu.h')
-rw-r--r--libavutil/cpu.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavutil/cpu.h b/libavutil/cpu.h
index 10b7136a04..471f7866f3 100644
--- a/libavutil/cpu.h
+++ b/libavutil/cpu.h
@@ -57,6 +57,8 @@
#define AV_CPU_FLAG_BMI2 0x40000 ///< Bit Manipulation Instruction Set 2
#define AV_CPU_FLAG_ALTIVEC 0x0001 ///< standard
+#define AV_CPU_FLAG_VSX 0x0002 ///< ISA 2.06
+#define AV_CPU_FLAG_POWER8 0x0004 ///< ISA 2.07
#define AV_CPU_FLAG_ARMV5TE (1 << 0)
#define AV_CPU_FLAG_ARMV6 (1 << 1)