[cpu] Increase GCC version for use of builtin CPU extensions checker

Signed-off-by: r4sas <r4sas@i2pmail.org>
pull/1970/head
r4sas 9 months ago
parent dd32f1ed6d
commit 3da5061426
No known key found for this signature in database
GPG Key ID: 66F6C87B98EBCFE2

@ -13,7 +13,7 @@
#define bit_AES (1 << 25)
#endif
#if defined(__GNUC__) && __GNUC__ < 5 && IS_X86
#if defined(__GNUC__) && __GNUC__ < 6 && IS_X86
#include <cpuid.h>
#endif

Loading…
Cancel
Save