1
0
mirror of https://github.com/RPCS3/rpcs3.git synced 2024-11-22 18:53:28 +01:00

CPUTranslator: Enable FMA for alderlake CPUs (#11106)

This commit is contained in:
Ani 2021-11-03 19:31:46 +00:00 committed by GitHub
parent ad00c44231
commit 1a0392bf15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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" ||