Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | x64: cpu_wait: Implement MWAITX for non-MSVC compilers | Morph | 2023-06-28 | 1 | -0/+10 |
* | x64: cpu_wait: Remove magic values | Morph | 2023-06-28 | 1 | -3/+8 |
* | x64: cpu_wait: Make use of MWAITX in MicroSleep | Morph | 2023-06-28 | 1 | -12/+21 |
* | x64: Deduplicate RDTSC usage | Morph | 2023-06-08 | 1 | -19/+1 |
* | x64: Simplify RDTSC on non-MSVC compilers | Morph | 2023-03-27 | 1 | -8/+5 |
* | x64: Add MicroSleep | Morph | 2023-03-27 | 1 | -0/+72 |