Util: Add FMA and INVARIANT_TSC detection (#7937)

This commit is contained in:
Whatcookie 2020-04-04 14:12:06 -04:00 committed by GitHub
parent 63080c22a3
commit dd8a3eaac5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 47 additions and 2 deletions

View file

@ -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();