main/common: Log/append AVX/FMA to the Host CPU string if available and add AVX512 detection

Co-Authored-By: Morph <morph1984@users.noreply.github.com>
This commit is contained in:
FearlessTobi
2021-01-04 04:25:03 +01:00
co-authored by Morph
parent 52fe6daa53
commit ddb4135dea
5 changed files with 23 additions and 3 deletions
+1
View File
@@ -18,6 +18,7 @@ struct CPUCaps {
bool sse4_2;
bool avx;
bool avx2;
bool avx512;
bool bmi1;
bool bmi2;
bool fma;