Browse Source

fixed non-x86 build

cpu
orignal 1 year ago
parent
commit
918aa556ef
  1. 2
      libi2pd/CPU.cpp

2
libi2pd/CPU.cpp

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

Loading…
Cancel
Save