diff options
| author | 2020-05-16 07:24:57 -0400 | |
|---|---|---|
| committer | 2020-06-20 00:31:37 -0400 | |
| commit | d6474b4aca7f054d00df350c716709475ef0f49b (patch) | |
| tree | 350f48b2963f2d82b0575865145a386ee61e6988 /src/common/x64/cpu_detect.h | |
| parent | Merge pull request #4099 from MerryMage/macOS-build (diff) | |
| download | yuzu-d6474b4aca7f054d00df350c716709475ef0f49b.tar.gz yuzu-d6474b4aca7f054d00df350c716709475ef0f49b.tar.xz yuzu-d6474b4aca7f054d00df350c716709475ef0f49b.zip | |
common/cpu_detect: Add AVX512 detection
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 { | |||
| 19 | bool lzcnt; | 19 | bool lzcnt; |
| 20 | bool avx; | 20 | bool avx; |
| 21 | bool avx2; | 21 | bool avx2; |
| 22 | bool avx512; | ||
| 22 | bool bmi1; | 23 | bool bmi1; |
| 23 | bool bmi2; | 24 | bool bmi2; |
| 24 | bool fma; | 25 | bool fma; |