mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-28 13:28:01 +03:00
Explicitly rename has_512 into has_avx512 (#7751)
This commit is contained in:
parent
b4f416cb76
commit
4e25daffa6
4 changed files with 24 additions and 24 deletions
|
@ -1077,7 +1077,7 @@ std::string jit_compiler::cpu(const std::string& _cpu)
|
|||
m_cpu == "tigerlake")
|
||||
{
|
||||
// Downgrade if AVX-512 is disabled or not supported
|
||||
if (!utils::has_512())
|
||||
if (!utils::has_avx512())
|
||||
{
|
||||
m_cpu = "skylake";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue