]> git.sesse.net Git - ffmpeg/blobdiff - libavutil/cpu.h
avformat/librist: clarify and limit buffer_size
[ffmpeg] / libavutil / cpu.h
index 8bb9eb606bf2a2e30b879a2751764be1b12ce4f0..83099dd9697308671ee318cc955a1558d889c7e2 100644 (file)
@@ -71,6 +71,9 @@
 #define AV_CPU_FLAG_VFP_VM       (1 << 7) ///< VFPv2 vector mode, deprecated in ARMv7-A and unavailable in various CPUs implementations
 #define AV_CPU_FLAG_SETEND       (1 <<16)
 
+#define AV_CPU_FLAG_MMI          (1 << 0)
+#define AV_CPU_FLAG_MSA          (1 << 1)
+
 /**
  * Return the flags which specify extensions supported by the CPU.
  * The returned value is affected by av_force_cpu_flags() if that was used