mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 19:45:20 +00:00
LLVM: handle cascadelake CPU name
This commit is contained in:
parent
e38b7aee5a
commit
efe067bfa0
1 changed files with 2 additions and 0 deletions
|
@ -624,6 +624,7 @@ std::string jit_compiler::cpu(const std::string& _cpu)
|
|||
m_cpu == "broadwell" ||
|
||||
m_cpu == "skylake" ||
|
||||
m_cpu == "skylake-avx512" ||
|
||||
m_cpu == "cascadelake" ||
|
||||
m_cpu == "cannonlake" ||
|
||||
m_cpu == "icelake" ||
|
||||
m_cpu == "icelake-client" ||
|
||||
|
@ -637,6 +638,7 @@ std::string jit_compiler::cpu(const std::string& _cpu)
|
|||
}
|
||||
|
||||
if (m_cpu == "skylake-avx512" ||
|
||||
m_cpu == "cascadelake" ||
|
||||
m_cpu == "cannonlake" ||
|
||||
m_cpu == "icelake" ||
|
||||
m_cpu == "icelake-client" ||
|
||||
|
|
Loading…
Add table
Reference in a new issue