diff options
author | VolcaEM <63682805+VolcaEM@users.noreply.github.com> | 2020-06-25 23:34:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-25 23:34:37 +0200 |
commit | 0f4512291a0504b32fac248f73a68fec34f657fe (patch) | |
tree | 3c69736a2ac82a9a0076ec3b79673c814e5f1abd /src/common/x64/cpu_detect.h | |
parent | a46df409397855812812e83ae3ed6ce6261b72cb (diff) | |
parent | a980b4cbc16cf1efad077053e1bf2bbb53c3d60a (diff) |
Merge branch 'master' into quickstart-faq
Diffstat (limited to 'src/common/x64/cpu_detect.h')
-rw-r--r-- | src/common/x64/cpu_detect.h | 1 |
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; |