1
0
mirror of https://github.com/RPCS3/rpcs3.git synced 2024-11-25 12:12:50 +01:00

LLVM: remove cascadelake workaround and update LLVM fork

VPTERNLOG fix may be necessary.
This commit is contained in:
Nekotekina 2019-12-13 16:19:08 +03:00
parent 321f7e7197
commit e3e97da7bb
2 changed files with 1 additions and 5 deletions

View File

@ -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

@ -1 +1 @@
Subproject commit 9836c299733ee5ef14760cd5bdae27e8233d2393
Subproject commit 2e038bff1082175b510a2e8336edf897af9b87a3