diff --git a/libi2pd/CPU.cpp b/libi2pd/CPU.cpp index 96beaf78..d2868a20 100644 --- a/libi2pd/CPU.cpp +++ b/libi2pd/CPU.cpp @@ -3,6 +3,15 @@ #include #endif #include "Log.h" + +#ifndef bit_AES +#define bit_AES (1 << 25) +#endif +#ifndef bit_AVX +#define bit_AVX (1 << 28) +#endif + + namespace i2p { namespace cpu