Improved Zen chip detection

This commit is contained in:
kd-11 2020-12-09 21:29:48 +03:00 committed by kd-11
parent 0e278d2299
commit cbe0000d23
3 changed files with 166 additions and 84 deletions

View file

@ -50,4 +50,8 @@ namespace utils
u64 get_total_memory();
u32 get_thread_count();
u32 get_cpu_family();
u32 get_cpu_model();
}