mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 21:41:26 +12:00
LLVM: add workaround for cascadelake CPU
Need to investigate it later.
This commit is contained in:
parent
69e81da57b
commit
dbece4d00f
1 changed files with 4 additions and 0 deletions
|
@ -982,6 +982,10 @@ std::string jit_compiler::cpu(const std::string& _cpu)
|
||||||
{
|
{
|
||||||
m_cpu = "skylake";
|
m_cpu = "skylake";
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
m_cpu = "skylake-avx512";
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (m_cpu == "znver1" && utils::has_clwb())
|
if (m_cpu == "znver1" && utils::has_clwb())
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue