summaryrefslogtreecommitdiffstats
path: root/src/common/x64/cpu_detect.h
diff options
context:
space:
mode:
authorliamwhite <liamwhite@users.noreply.github.com>2023-06-29 16:01:26 +0200
committerGitHub <noreply@github.com>2023-06-29 16:01:26 +0200
commit5e70db0d433054e18ab7432cafd2a87d68573642 (patch)
tree3ea86827d33b20a4083964feca7d7b532685efb9 /src/common/x64/cpu_detect.h
parentMerge pull request #10937 from german77/ring (diff)
parentx64: cpu_wait: Implement MWAITX for non-MSVC compilers (diff)
downloadyuzu-5e70db0d433054e18ab7432cafd2a87d68573642.tar
yuzu-5e70db0d433054e18ab7432cafd2a87d68573642.tar.gz
yuzu-5e70db0d433054e18ab7432cafd2a87d68573642.tar.bz2
yuzu-5e70db0d433054e18ab7432cafd2a87d68573642.tar.lz
yuzu-5e70db0d433054e18ab7432cafd2a87d68573642.tar.xz
yuzu-5e70db0d433054e18ab7432cafd2a87d68573642.tar.zst
yuzu-5e70db0d433054e18ab7432cafd2a87d68573642.zip
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 8253944d6..756459417 100644
--- a/src/common/x64/cpu_detect.h
+++ b/src/common/x64/cpu_detect.h
@@ -63,6 +63,7 @@ struct CPUCaps {
bool gfni : 1;
bool invariant_tsc : 1;
bool lzcnt : 1;
+ bool monitorx : 1;
bool movbe : 1;
bool pclmulqdq : 1;
bool popcnt : 1;