lavu: add AESNI CPU flag
This commit is contained in:
@@ -126,6 +126,8 @@ int ff_get_cpu_flags_x86(void)
|
||||
rval |= AV_CPU_FLAG_SSE4;
|
||||
if (ecx & 0x00100000 )
|
||||
rval |= AV_CPU_FLAG_SSE42;
|
||||
if (ecx & 0x01000000 )
|
||||
rval |= AV_CPU_FLAG_AESNI;
|
||||
#if HAVE_AVX
|
||||
/* Check OXSAVE and AVX bits */
|
||||
if ((ecx & 0x18000000) == 0x18000000) {
|
||||
|
||||
Reference in New Issue
Block a user