i2pd/libi2pd/CPU.h

16 lines
147 B
C
Raw Normal View History

2018-02-16 19:01:04 +03:00
#ifndef LIBI2PD_CPU_H
#define LIBI2PD_CPU_H
namespace i2p
{
namespace cpu
{
extern bool aesni;
extern bool avx;
void Detect();
}
}
#endif