summaryrefslogtreecommitdiff
path: root/src/common/x64/cpu_detect.h
diff options
context:
space:
mode:
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 f0676fa5e..e3b63302e 100644
--- a/src/common/x64/cpu_detect.h
+++ b/src/common/x64/cpu_detect.h
@@ -27,6 +27,7 @@ struct CPUCaps {
27 bool lzcnt; 27 bool lzcnt;
28 bool avx; 28 bool avx;
29 bool avx2; 29 bool avx2;
30 bool avx512;
30 bool bmi1; 31 bool bmi1;
31 bool bmi2; 32 bool bmi2;
32 bool fma; 33 bool fma;