x86: cosmetics: Comment some #endifs for better readability

This commit is contained in:
Diego Biurrun
2012-08-29 15:05:53 +02:00
parent 04fc5c6bde
commit a886b279a0
9 changed files with 17 additions and 18 deletions

View File

@@ -144,8 +144,8 @@ int ff_get_cpu_flags_x86(void)
if ((eax & 0x6) == 0x6)
rval |= AV_CPU_FLAG_AVX;
}
#endif
#endif
#endif /* HAVE_AVX */
#endif /* HAVE_SSE */
}
cpuid(0x80000000, max_ext_level, ebx, ecx, edx);