Browse Source

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

Signed-off-by: r4sas <r4sas@i2pmail.org>
pull/1970/head
R4SAS 1 year ago
parent
commit
3da5061426
Signed by: r4sas
GPG Key ID: 66F6C87B98EBCFE2
  1. 2
      libi2pd/CPU.cpp

2
libi2pd/CPU.cpp

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

Loading…
Cancel
Save