mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-25 04:02:42 +01: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";
|
||||
}
|
||||
else
|
||||
{
|
||||
m_cpu = "skylake-avx512";
|
||||
}
|
||||
}
|
||||
|
||||
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