This commit is contained in:
Zangetsu38
2016-04-18 01:08:57 +02:00
parent 92ad64cae3
commit e60edb56ae
33 changed files with 622 additions and 88 deletions
+10
View File
@@ -52,6 +52,16 @@ std::string utils::get_system_info()
result += " | AVX";
}
if (has_avx2())
{
result += " | AVX2";
}
if (has_fma3())
{
result += " | FMA3";
}
if (has_rtm())
{
result += " | TSX";