27 Commits (95adf299e4a9706c657627735f6e40fb3dafd729)

Author SHA1 Message Date
Morph 95adf299e4 x64: cpu_detect: Add detection of waitpkg instructions 3 years ago
Matías Locatti 6b465c859b Add CPU core count to log files 3 years ago
Marshall Mohror cbadd75878 guard against div-by-zero 4 years ago
Marshall Mohror b37f669584 common/x64: Use TSC clock rate from CPUID when available 4 years ago
Morph 2b87305d31 general: Convert source file copyright comments over to SPDX 4 years ago
ameerj e70b4f3fc5 common: Reduce unused includes 4 years ago
Wunkolo c802f8fbd2 cpu_detect: Add additional x86 flags and telemetry 4 years ago
Wunkolo 7cb99ccf23 cpu_detect: Revert `__cpuid{ex}` array-type argument 4 years ago
Wunkolo b603adb6ac cpu_detect: Add missing `lzcnt` detection 4 years ago
Wunkolo 4aa5b5779b cpu_detect: Refactor cpu/manufacturer identification 4 years ago
Wunkolo 14618c0e98 cpu_detect: Update array-types to `span` and `array` 4 years ago
Wunkolo 609c64196b cpu_detect: Utilize `Bit<N>` utility function 4 years ago
Morph 2e4b0fa68c common/cpu_detect: Remove CPU family and model 4 years ago
Morph d0a762a6a8 common/cpu_detect: Add AVX512 detection 6 years ago
Fernando Sahmkow ee32067b10 Common: Implement WallClock Interface and implement a native clock for x64 6 years ago
James Rowe afd360f85d Remove unused CPU Vendor string and telemtry field 6 years ago
N00byKing 6b5f41b812 cpu_detect.cpp: Change comment from citra to yuzu 8 years ago
Yuri Kunde Schlesner 8b55ffb74a Common: Fix some out-of-style includes 9 years ago
Yuri Kunde Schlesner bc3f65a0ee common/cpu_detect: Add missing include and fix namespace scope 9 years ago
Jan Beich 6ddc8b49ff common: use system CPUID routine on DragonFly as well 9 years ago
Jan Beich 8e5d3f77fb common: some FreeBSD headers are incomplete to avoid namespace pollution 9 years ago
Yuri Kunde Schlesner fa5d9d8266 Use negative priorities to avoid special-casing the self-include 9 years ago
Emmanuel Gil Peyrot 1138ec0d49 Remove empty newlines in #include blocks. 9 years ago
Emmanuel Gil Peyrot 628ed4376a Sources: Run clang-format on everything. 9 years ago
bunnei e019e69016 Common: Cleanup CPU capability detection code. 11 years ago
bunnei 15e9a59ad0 Common: Move cpu_detect to x64 directory. 11 years ago
bunnei f9e3228caa x64: Refactor to remove fake interfaces and general cleanups. 11 years ago
bunnei be08c22685 Common: Added MurmurHash3 hash function for general-purpose use. 11 years ago
bunnei 432d1c5263 Common: Ported over Dolphin's code for x86 CPU capability detection. 11 years ago