27 Commits (40efd2ab56c2296da4524085a133021f7731e67f)

Author SHA1 Message Date
Morph d2cfe25b07 x64: cpu_detect: Add detection of waitpkg instructions 3 years ago
Matías Locatti 69768ec71e Add CPU core count to log files 3 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
Morph 99ceb03a1c general: Convert source file copyright comments over to SPDX 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
Morph 4af413623b common/cpu_detect: Remove CPU family and model 4 years ago
Morph d6474b4aca common/cpu_detect: Add AVX512 detection 6 years ago
Fernando Sahmkow 234b5ff6a9 Common: Implement WallClock Interface and implement a native clock for x64 6 years ago
James Rowe 4512a6bbfc Remove unused CPU Vendor string and telemtry field 6 years ago
N00byKing 99d86deb1f
cpu_detect.cpp: Change comment from citra to yuzu 8 years ago
Yuri Kunde Schlesner 2579ae543b Common: Fix some out-of-style includes 9 years ago
Yuri Kunde Schlesner 6ca816e011 common/cpu_detect: Add missing include and fix namespace scope 9 years ago
Jan Beich ddd8709e14 common: use system CPUID routine on DragonFly as well 9 years ago
Jan Beich 3d801be97d common: some FreeBSD headers are incomplete to avoid namespace pollution 9 years ago
Yuri Kunde Schlesner 84fbbe2629 Use negative priorities to avoid special-casing the self-include 9 years ago
Emmanuel Gil Peyrot ebdae19fd2 Remove empty newlines in #include blocks. 9 years ago
Emmanuel Gil Peyrot dc8479928c Sources: Run clang-format on everything. 9 years ago
bunnei 0ee00861f6 Common: Cleanup CPU capability detection code. 11 years ago
bunnei a1942238f5 Common: Move cpu_detect to x64 directory. 11 years ago
bunnei bd7e691f78 x64: Refactor to remove fake interfaces and general cleanups. 11 years ago
bunnei d67e2f78b7 Common: Added MurmurHash3 hash function for general-purpose use. 11 years ago
bunnei 4d51792285 Common: Ported over Dolphin's code for x86 CPU capability detection. 11 years ago