mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-06-09 08:35:03 -06:00
LLVM: remove cascadelake workaround and update LLVM fork
VPTERNLOG fix may be necessary.
This commit is contained in:
parent
321f7e7197
commit
e3e97da7bb
@ -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…
Reference in New Issue
Block a user