summaryrefslogtreecommitdiff
path: root/src/common/x64/cpu_wait.cpp
AgeCommit message (Expand)Author
2025-01-14Revert incorrect copyright attribution for non-contributed filesZephyron
2024-12-31chore: update project references and add Citron copyrightZephyron
2023-06-28x64: cpu_wait: Implement MWAITX for non-MSVC compilersMorph
2023-06-28x64: cpu_wait: Remove magic valuesMorph
2023-06-28x64: cpu_wait: Make use of MWAITX in MicroSleepMorph
2023-06-07x64: Deduplicate RDTSC usageMorph
2023-03-27x64: Simplify RDTSC on non-MSVC compilersMorph
2023-03-27x64: Add MicroSleepMorph