mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 22:19:02 +00: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