forked from eden-emu/eden
x64: cpu_detect: Add detection of waitpkg instructions
waitpkg introduces 3 instructions, UMONITOR, UMWAIT and TPAUSE.
This commit is contained in:
parent
fbbf532d42
commit
d2cfe25b07
2 changed files with 2 additions and 0 deletions
|
@ -67,6 +67,7 @@ struct CPUCaps {
|
|||
bool pclmulqdq : 1;
|
||||
bool popcnt : 1;
|
||||
bool sha : 1;
|
||||
bool waitpkg : 1;
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue