mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-07 23:41:26 +12:00
CPUTranslator: Enable FMA for alderlake CPUs (#11106)
This commit is contained in:
parent
ad00c44231
commit
1a0392bf15
1 changed files with 1 additions and 0 deletions
|
@ -89,6 +89,7 @@ void cpu_translator::initialize(llvm::LLVMContext& context, llvm::ExecutionEngin
|
|||
if (cpu == "haswell" ||
|
||||
cpu == "broadwell" ||
|
||||
cpu == "skylake" ||
|
||||
cpu == "alderlake" ||
|
||||
cpu == "bdver2" ||
|
||||
cpu == "bdver3" ||
|
||||
cpu == "bdver4" ||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue