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 |
|