LLVM: remove cascadelake workaround and update LLVM fork
VPTERNLOG fix may be necessary.
This commit is contained in:
@@ -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
Reference in New Issue
Block a user