mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-10 14:08:54 +02:00
MWAITX is equivalent to UMWAIT on Intel's Alder Lake CPUs. We can emulate TPAUSE by using MONITORX in conjunction with MWAITX to wait for 100K cycles. |
||
|---|---|---|
| .. | ||
| cpu_detect.cpp | ||
| cpu_detect.h | ||
| cpu_wait.cpp | ||
| cpu_wait.h | ||
| native_clock.cpp | ||
| native_clock.h | ||
| rdtsc.cpp | ||
| rdtsc.h | ||
| xbyak_abi.h | ||
| xbyak_util.h | ||