From 1e477a970fd57f83b210b3cbc77698891d6bdf78 Mon Sep 17 00:00:00 2001 From: Rodger Combs Date: Mon, 26 Oct 2015 02:08:58 -0500 Subject: lavu: add AESNI CPU flag --- libavutil/cpu.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavutil/cpu.h') diff --git a/libavutil/cpu.h b/libavutil/cpu.h index 9403eca8d7..bff8518cc5 100644 --- a/libavutil/cpu.h +++ b/libavutil/cpu.h @@ -42,6 +42,7 @@ #define AV_CPU_FLAG_ATOM 0x10000000 ///< Atom processor, some SSSE3 instructions are slower #define AV_CPU_FLAG_SSE4 0x0100 ///< Penryn SSE4.1 functions #define AV_CPU_FLAG_SSE42 0x0200 ///< Nehalem SSE4.2 functions +#define AV_CPU_FLAG_AESNI 0x80000 ///< Advanced Encryption Standard functions #define AV_CPU_FLAG_AVX 0x4000 ///< AVX functions: requires OS support even if YMM registers aren't used #define AV_CPU_FLAG_AVXSLOW 0x8000000 ///< AVX supported, but slow when using YMM registers (e.g. Bulldozer) #define AV_CPU_FLAG_XOP 0x0400 ///< Bulldozer XOP functions -- cgit v1.2.3