mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-03-14 07:51:07 +00: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.