mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-24 01:46:36 +02:00
define bit_* if not already defined
This commit is contained in:
parent
9c93d6f931
commit
a5cc2f3b5d
1 changed files with 9 additions and 0 deletions
|
@ -3,6 +3,15 @@
|
|||
#include <cpuid.h>
|
||||
#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
|
||||
|
|
Loading…
Add table
Reference in a new issue