106 Commits (314d3858a1cb6db72ef66ca41dd2cd9061cdbec4)

Author SHA1 Message Date
Morph 295fc7d0f8 x64: cpu_wait: Implement MWAITX for non-MSVC compilers 3 years ago
Morph 2b68a3cbbf x64: cpu_wait: Remove magic values 3 years ago
Morph 3d868baaa4 x64: cpu_wait: Make use of MWAITX in MicroSleep 3 years ago
Morph 4303ed614d x64: Add detection of monitorx instructions 3 years ago
Morph 907507886d (wall, native)_clock: Add GetGPUTick 3 years ago
Morph 1492a65454 (wall, native)_clock: Rework NativeClock 3 years ago
Morph dd12dd4c67 x64: Deduplicate RDTSC usage 3 years ago
Morph 981bc8aa1c x64: Simplify RDTSC on non-MSVC compilers 3 years ago
Morph 27c33ab73f x64: Add MicroSleep 3 years ago
Morph d2cfe25b07 x64: cpu_detect: Add detection of waitpkg instructions 3 years ago
Morph d718eab351 native_clock: Wait for 10 seconds instead of 30 3 years ago
Morph c27a626b5b native_clock: Use RealTimeClock instead of SteadyClock 3 years ago
Morph dcd13a7566 native_clock: Re-adjust the RDTSC frequency 3 years ago
Morph 376a414f5b native_clock: Round RDTSC frequency to the nearest 1000 3 years ago
Matías Locatti 69768ec71e Add CPU core count to log files 3 years ago
Maide 2e46110379
Revert Coretiming PRs 8531 and 7454 (#8591) 4 years ago
Andrea Pappacoda cdb240f3d4
chore: make yuzu REUSE compliant 4 years ago
Marshall Mohror e71d457af9 guard against div-by-zero 4 years ago
Marshall Mohror b2ad4dd189 common/x64: Use TSC clock rate from CPUID when available 4 years ago
Fernando Sahmkow 3196d957b0 Adress Feedback. 4 years ago
Fernando Sahmkow 2575a93dc6 Native clock: Use atomic ops as before. 4 years ago
Fernando Sahmkow f5c1d7b8c8 Native Clock: remove inaccuracy mask. 4 years ago
Fernando Sahmkow 9cafb0d912 Core: Fix tests. 4 years ago
Fernando Sahmkow 096366ead5 Common: improve native clock. 4 years ago
Morph 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 years ago
Merry 4052bfb4ad native_clock: Internal linkage for FencedRDTSC 4 years ago
merry fdd4d019ef native_clock: Use lfence with rdtsc 4 years ago
merry 979e53b87b native_clock: Use writeback from CAS to avoid double-loading 4 years ago
Merry c562c1d6be native_clock: Use AtomicLoad128 4 years ago
ameerj 923decae5a common: Reduce unused includes 4 years ago
Wunkolo d248c1203e cpu_detect: Add additional x86 flags and telemetry 4 years ago
Wunkolo d9b1199ffb cpu_detect: Revert `__cpuid{ex}` array-type argument 4 years ago
Wunkolo 873a9fa7e5 cpu_detect: Add missing `lzcnt` detection 4 years ago
Wunkolo ec5f3351b6 cpu_detect: Refactor cpu/manufacturer identification 4 years ago
Wunkolo 86e9e60f07 cpu_detect: Update array-types to `span` and `array` 4 years ago
Wunkolo 3c33ba7f18 cpu_detect: Utilize `Bit<N>` utility function 4 years ago
Wunkolo d233de8194 cpu_detect: Compact capability fields 4 years ago
Morph 4e766280c4 common: wall_clock: Utilize constants for ms, us, and ns ratios 4 years ago
Lioncash f6a049337e common/xbyak_api: Make BuildRegSet() constexpr 4 years ago
Morph 4af413623b common/cpu_detect: Remove CPU family and model 4 years ago
Morph f919498f8f native_clock: Wait for less time in EstimateRDTSCFrequency 4 years ago
Morph 762b8ad448 general: Replace high_resolution_clock with steady_clock 4 years ago
Merry 1770503185 xbyak: Update include path 5 years ago
bunnei 0a91599aec common: Merge uint128 to a single header file with inlines. 5 years ago
Fernando Sahmkow 53d92318b8 X86/NativeClock: Reimplement RTDSC access to be lock free. 5 years ago
Fernando Sahmkow d4f871cb6a X86/NativeClock: Improve performance of clock calculations on hot path. 5 years ago
Lioncash 2c375013dd xbyak_abi: Shorten std::size_t to size_t 5 years ago
Lioncash b126267442 xbyak_abi: Avoid implicit sign conversions 5 years ago
Lioncash 1ea6bdef05 audio_core: Make shadowing and unused parameters errors 5 years ago
Lioncash 4a4b685a04 common: Enable warnings as errors 6 years ago