alexey.lysiuk
|
678cab7994
|
- fixed DumpCPUInfo() definition for non-x64 platforms
fix #2188
|
2023-09-26 09:48:11 +03:00 |
|
Christoph Oelckers
|
7491361863
|
- do some cleansing of the GPU string and add CPU name when only getting an anonymous series name.
The cleansing is mainly for AMD's Linux drivers which report too much extraneous info here.
The CPU name helps when classifying anonymous iGPU series.
|
2023-09-24 22:20:50 +02:00 |
|
Christoph Oelckers
|
e60e6967c0
|
- whitespace cleanup, updated from Raze.
|
2022-01-02 12:23:42 +01:00 |
|
alexey.lysiuk
|
74685a1360
|
- added detection of more x86 extended CPU instructions
Replaced report of 3DNow support with recent fancy CPU instructions
|
2021-02-06 16:56:59 +02:00 |
|
alexey.lysiuk
|
d9a5c00cd4
|
- cleaned x86 CPU detection of obsolete code
|
2021-02-06 15:01:08 +02:00 |
|
alexey.lysiuk
|
a7e97daa86
|
- added detection of a few x86 extended CPU instructions
i hope this will make some people a bit happier
|
2021-02-06 15:01:08 +02:00 |
|
alexey.lysiuk
|
4c3c32dca6
|
- fixed compilation of non-x86 targets
src/common/utility/x86.cpp:48:6: error: ambiguating new declaration of ‘void DumpCPUInfo(const CPUInfo*)’
|
2020-06-07 21:52:58 +03:00 |
|
Christoph Oelckers
|
d523da1313
|
- make DumpCPUInfo return a string instead of letting it print the info itself. Also consolidated I_Init, because both existing versions were identical.
|
2020-04-11 14:00:15 +02:00 |
|
Christoph Oelckers
|
76352dd9b3
|
- moved the last remaining utilities.
|
2020-04-11 14:00:14 +02:00 |
|