mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 13:31:27 +12:00
Util: Add FMA and INVARIANT_TSC detection (#7937)
This commit is contained in:
parent
63080c22a3
commit
dd8a3eaac5
2 changed files with 47 additions and 2 deletions
|
@ -47,6 +47,12 @@ namespace utils
|
|||
|
||||
bool has_clwb();
|
||||
|
||||
bool has_invariant_tsc();
|
||||
|
||||
bool has_fma3();
|
||||
|
||||
bool has_fma4();
|
||||
|
||||
std::string get_cpu_brand();
|
||||
|
||||
std::string get_system_info();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue