mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-22 13:27:17 +01:00
7a5146ea74
Signed-off-by: R4SAS <r4sas@i2pmail.org>
16 lines
144 B
C++
16 lines
144 B
C++
#ifndef LIBI2PD_CPU_H
|
|
#define LIBI2PD_CPU_H
|
|
|
|
namespace i2p
|
|
{
|
|
namespace cpu
|
|
{
|
|
extern bool aesni;
|
|
extern bool avx;
|
|
|
|
void Detect();
|
|
}
|
|
}
|
|
|
|
#endif
|