add uncommitted files

This commit is contained in:
Jeff Becker 2018-02-16 11:01:04 -05:00
parent 91e45d9a4a
commit 7e60069968
No known key found for this signature in database
GPG key ID: F357B3B42F6F9B05
2 changed files with 49 additions and 0 deletions

15
libi2pd/CPU.h Normal file
View 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