i2pd/libi2pd/CPU.h
2018-02-16 11:01:04 -05:00

16 lines
147 B
C++

#ifndef LIBI2PD_CPU_H
#define LIBI2PD_CPU_H
namespace i2p
{
namespace cpu
{
extern bool aesni;
extern bool avx;
void Detect();
}
}
#endif