From 2f93df480bbc3f4cc84ab71bc47fb735a09725e8 Mon Sep 17 00:00:00 2001 From: Malcolm Jestadt Date: Fri, 10 Dec 2021 11:18:42 -0500 Subject: [PATCH] SPU LLVM: Disable affineqb shufb paths temporarilly --- rpcs3/Emu/Cell/SPURecompiler.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rpcs3/Emu/Cell/SPURecompiler.cpp b/rpcs3/Emu/Cell/SPURecompiler.cpp index d71299bff8..5e6a0041c1 100644 --- a/rpcs3/Emu/Cell/SPURecompiler.cpp +++ b/rpcs3/Emu/Cell/SPURecompiler.cpp @@ -7652,7 +7652,7 @@ public: if (auto [ok, bs] = match_expr(b, byteswap(match())); ok) { // Undo endian swapping, and rely on pshufb/vperm2b to re-reverse endianness - if (m_use_avx512_icl && (op.ra != op.rb)) + if (false) { if (perm_only) { @@ -7714,7 +7714,7 @@ public: } } - if (m_use_avx512_icl && (op.ra != op.rb || m_interp_magn)) + if (false) { if (perm_only) {