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
-4
View File
@@ -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())
+1 -1
Submodule llvm updated: 9836c29973...2e038bff10