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