diff --git a/daemon/Daemon.cpp b/daemon/Daemon.cpp index 7b1cc361..a48bdd03 100644 --- a/daemon/Daemon.cpp +++ b/daemon/Daemon.cpp @@ -115,6 +115,12 @@ namespace i2p } LogPrint(eLogInfo, "i2pd v", VERSION, " starting"); +#ifdef AESNI + LogPrint(eLogInfo, "AESNI enabled"); +#endif +#if defined(__AVX__) + LogPrint(eLogInfo, "AVX enabled"); +#endif LogPrint(eLogDebug, "FS: main config file: ", config); LogPrint(eLogDebug, "FS: data directory: ", datadir);