Add Intel's Rocket Lake 11th gen cpu. (#10205)
This does nothing but may be required later.
This commit is contained in:
+4
-2
@@ -687,7 +687,8 @@ std::string jit_compiler::cpu(const std::string& _cpu)
|
||||
m_cpu == "icelake" ||
|
||||
m_cpu == "icelake-client" ||
|
||||
m_cpu == "icelake-server" ||
|
||||
m_cpu == "tigerlake")
|
||||
m_cpu == "tigerlake" ||
|
||||
m_cpu == "rocketlake")
|
||||
{
|
||||
// Downgrade if AVX is not supported by some chips
|
||||
if (!utils::has_avx())
|
||||
@@ -703,7 +704,8 @@ std::string jit_compiler::cpu(const std::string& _cpu)
|
||||
m_cpu == "icelake" ||
|
||||
m_cpu == "icelake-client" ||
|
||||
m_cpu == "icelake-server" ||
|
||||
m_cpu == "tigerlake")
|
||||
m_cpu == "tigerlake" ||
|
||||
m_cpu == "rocketlake")
|
||||
{
|
||||
// Downgrade if AVX-512 is disabled or not supported
|
||||
if (!utils::has_avx512())
|
||||
|
||||
Reference in New Issue
Block a user