mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 21:41:26 +12:00
LLVM: remove cascadelake workaround and update LLVM fork
VPTERNLOG fix may be necessary.
This commit is contained in:
parent
321f7e7197
commit
e3e97da7bb
2 changed files with 1 additions and 5 deletions
|
@ -982,10 +982,6 @@ 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())
|
||||||
|
|
2
llvm
2
llvm
|
@ -1 +1 @@
|
||||||
Subproject commit 9836c299733ee5ef14760cd5bdae27e8233d2393
|
Subproject commit 2e038bff1082175b510a2e8336edf897af9b87a3
|
Loading…
Add table
Add a link
Reference in a new issue