aboutsummaryrefslogtreecommitdiff
path: root/src/common/x64/cpu_detect.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2020-06-23 15:19:47 -0400
committerGitHub <noreply@github.com>2020-06-23 15:19:47 -0400
commit60da57b518ad712189b015c5d5afcba52446212e (patch)
treeca9e7918727594bc02968515d77f0a7a52ccc15a /src/common/x64/cpu_detect.h
parent2ce3aedda8981bdcb22f8d54957bee2ca843e1b4 (diff)
parent9bb5bf0b2bf62207c117f05aa76d0540b6e106fd (diff)
Merge pull request #3948 from Morph1984/log-cpu-instructions
main/common: Log/append AVX/FMA to the Host CPU string if available and add AVX512 detection
Diffstat (limited to 'src/common/x64/cpu_detect.h')
-rw-r--r--src/common/x64/cpu_detect.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/x64/cpu_detect.h b/src/common/x64/cpu_detect.h
index 20f2ba234..7606c3f7b 100644
--- a/src/common/x64/cpu_detect.h
+++ b/src/common/x64/cpu_detect.h
@@ -19,6 +19,7 @@ struct CPUCaps {
bool lzcnt;
bool avx;
bool avx2;
+ bool avx512;
bool bmi1;
bool bmi2;
bool fma;