LLVM: add workaround for cascadelake CPU
Need to investigate it later.
This commit is contained in:
@@ -982,6 +982,10 @@ std::string jit_compiler::cpu(const std::string& _cpu)
|
||||
{
|
||||
m_cpu = "skylake";
|
||||
}
|
||||
else
|
||||
{
|
||||
m_cpu = "skylake-avx512";
|
||||
}
|
||||
}
|
||||
|
||||
if (m_cpu == "znver1" && utils::has_clwb())
|
||||
|
||||
Reference in New Issue
Block a user