core_timing: Make use of MicroSleep for x64 CPUs
For CPUs that support tpause, this should result in significant CPU power savings over thread yield in this spin wait.
Please register or sign in to comment
For CPUs that support tpause, this should result in significant CPU power savings over thread yield in this spin wait.