mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 19:27:49 +02:00
add uncommitted files
This commit is contained in:
parent
91e45d9a4a
commit
7e60069968
2 changed files with 49 additions and 0 deletions
15
libi2pd/CPU.h
Normal file
15
libi2pd/CPU.h
Normal file
|
@ -0,0 +1,15 @@
|
|||
#ifndef LIBI2PD_CPU_H
|
||||
#define LIBI2PD_CPU_H
|
||||
|
||||
namespace i2p
|
||||
{
|
||||
namespace cpu
|
||||
{
|
||||
extern bool aesni;
|
||||
extern bool avx;
|
||||
|
||||
void Detect();
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue