Skip to content

Commit

Permalink
fixed non-x86 build
Browse files Browse the repository at this point in the history
  • Loading branch information
orignal committed Sep 15, 2023
1 parent 1e7feae commit 918aa55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libi2pd/CPU.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 918aa55

Please sign in to comment.